-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Task Lifecycle PostStart Hook #8366
Comments
Discussion w/ @schmichael Question 1. what does it mean for main tasks to be "started": after the tasks have been sent to be run by the task driver or after they have been confirmed to be running by the task driver?
|
TODO
|
Added e2e tests, this is about ready for review |
I think there's a bug in the e2e service job test tho, i'll be looking into that today |
e2e test is almost there! Yesterday debugged a race condition where we were killing the allocation before the prestart task has a chance to finish (which blocks progress of all other tasks). Fix was to block the allocation kill signal until poststart has started. There is still a tiny bit more to debug, why isn't the main task cleaning up its |
Next thing to look into is stop functionality in some mysterious place in alloc runner/task runner |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
feature for the task
lifecycle
stanzarelevant to PostStop Hook #8193
Behavior
Implementation
Questions
The text was updated successfully, but these errors were encountered: