-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
depends_on
post_start_completed_successfully
#12279
Labels
Comments
stormshield-gt
changed the title
depends_on post_start_completed_successfully
Nov 11, 2024
depends_on
post_start_completed_successfully
it should work in this way not).
output:
|
Indeed, until there's a bug in our codebase, dependent service should only start after post_start hooks have been ran. |
Closing issue, please comment or open a new issue if you have more context to share on this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Since #12166 we have the
post_start
hook. A use case I have for this is to run some initialization code after the container starts. It will be great that other services than depend on the initialization code only start when it's completed successfully.I don't know if it's planned but maybe we could have something like this:
The text was updated successfully, but these errors were encountered: