We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Job exposes:
Job
Job.succeeded()
Job.failed()
Job.complete()
Job.running()
While Batch exposes:
Batch
Batch.succeeded()
Batch.complete()
Additionally, Batch.filter_jobs filters on succeeded, running, and failed.
Batch.filter_jobs
succeeded
running
failed
It's a little weird when writing examples and documentation to not have Batch.running and Batch.failed, but filter jobs on them.
Batch.running
Batch.failed
The text was updated successfully, but these errors were encountered:
Additionally, it'd be nice to add some more filters:
And maybe by_fn which would use a true false return of a function to filter jobs out
by_fn
asf_search.granule_metadata
Sorry, something went wrong.
whoops
No branches or pull requests
Job
exposes:Job.succeeded()
Job.failed()
Job.complete()
Job.running()
While
Batch
exposes:Batch.succeeded()
Batch.complete()
Additionally,
Batch.filter_jobs
filters onsucceeded
,running
, andfailed
.It's a little weird when writing examples and documentation to not have
Batch.running
andBatch.failed
, but filter jobs on them.The text was updated successfully, but these errors were encountered: