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

Respect kill signals #23

Open
EugenMayer opened this issue Dec 19, 2019 · 1 comment
Open

Respect kill signals #23

EugenMayer opened this issue Dec 19, 2019 · 1 comment

Comments

@EugenMayer
Copy link

Seems like, at least in the docker image, you are not respecting any kill signals. The container needs a long time to stop and gets KILLed in the end.

Thanks!

@EugenMayer EugenMayer changed the title Please respect kil signals Respect kill signals Dec 19, 2019
@EugenMayer
Copy link
Author

For now, anybody having troubles with the slow shutdown, just add this to your docker-compose.yml for the service

stop_signal: KILL

This will force docker to send kill right away, not using the soft SIGTERM which is not needed here anyway, we have no persistence or anything we could harm

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

No branches or pull requests

1 participant