You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
tilebox-workflows: Added ability to mark tasks as optional. Optional tasks will not fail the job if they fail and
tasks that depend on them will still execute even if they fail, allowing for a job to complete even if some tasks fail.
tilebox-workflows: Added a task_states parameter to JobClient.query, to allow filtering jobs by whether they
contain tasks in one of the given state.