Skip to content
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

Job.status never changes #287

Closed
DanielEidlin opened this issue Mar 13, 2022 · 0 comments · Fixed by #288
Closed

Job.status never changes #287

DanielEidlin opened this issue Mar 13, 2022 · 0 comments · Fixed by #288

Comments

@DanielEidlin
Copy link
Contributor

Describe the bug
Job.status never changes, it always stays Running.

To Reproduce

  1. call set_success_status, set_failure_status or set_error_status on a job instance.
  2. Notice how Job.status's value is Running instead of Completed, Failed or ErrorThrown respectively.

Expected behavior
Job.status should change when calling one of the state-changing functions mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant