-
Notifications
You must be signed in to change notification settings - Fork 42
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
Include cancelling long running jobs #596
Conversation
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.
some initial notes
…tamp. Enable cancelling jobs based on running duration
@soxofaan I have worked on the comments above and also included 2 additional unit tests to test the behavior |
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.
some more quick notes 😄
(I haven't looked into tests yet)
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.
some more notes
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
…-python-client into hv_prolonged_runs
Can we merge now? We have some other changes coming up as well on this one. |
@soxofaan The issues seems to be resolved |
squashed and merged in 712a6fa 👍 |
Call public `run_jobs` instead of internal `_track_statuses`. Use a fake backend that interacts with standard requests, instead of mocking internals. Parameterize `cancel_after_seconds` instead of separate test functions
Included _check_and_stop_long_running_jobs.
Still needs to be covered in test_suite