-
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
Allow shutdown_delay to execute regardless of service registration #7271
Comments
@drewbailey -- Just to clarify, if we use network namespaces, and subsequently group level service definitions, then only the group level Is this a true statement? |
Hey @djenriquez, that is correct. Currently a task needs to have a service defined in order for a task |
Understood, thank you for the very prompt response! |
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. |
Issue
Currently a task's shutdown_delay as well as the task group's shutdown delay will only run if there are registered services for the task or group.
This implementation detail isn't called out anywhere in the documentation and the way that its configured, by setting shutdown_delay outside of the service block makes it unclear that shutdown_delay is dependent on a service.
Original report: #7251
The text was updated successfully, but these errors were encountered: