-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Improve docs on Batch tasks #963
Improve docs on Batch tasks #963
Conversation
- Created: The task has been created but not yet started. | ||
- Running: The task is currently running. | ||
- Completed: The task has completed successfully. | ||
- Failed: The task has failed. | ||
- Cancelled: The task has been cancelled. | ||
- Executing: The task is currently being executed. | ||
- Enqueued: The task is in the queue waiting to be executed. | ||
- Accepted: The task has been accepted for execution. | ||
- Unaccepted: The task has not been accepted for execution. | ||
- Partial: The task has partially completed. | ||
- Unsubmitted: The task has not been submitted for execution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is following the docstring format in #956
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #963 +/- ##
=======================================
Coverage 89.91% 89.91%
=======================================
Files 110 110
Lines 8129 8130 +1
=======================================
+ Hits 7309 7310 +1
Misses 820 820 ☔ View full report in Codecov by Sentry. |
This can be counted as a 16 USD bounty. Thank you for the contribution! |
@Roger-luo / @weinbe58 |
I will open separate issues for these merged PRs to make the bots work. |
closes #741