-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
Describe the bug
Job.status never changes, it always stays Running.
To Reproduce
- call
set_success_status,set_failure_statusorset_error_statuson a job instance. - Notice how
Job.status's value isRunninginstead ofCompleted,FailedorErrorThrownrespectively.
Expected behavior
Job.status should change when calling one of the state-changing functions mentioned above.
Metadata
Metadata
Assignees
Labels
No labels