Skip to content

Fix Redis signal handling#88

Open
simonhammes wants to merge 1 commit into
mainfrom
fix-redis-signal-handling
Open

Fix Redis signal handling#88
simonhammes wants to merge 1 commit into
mainfrom
fix-redis-signal-handling

Conversation

@simonhammes

Copy link
Copy Markdown
Collaborator

exec ensures that signals such as SIGTERM (sent by Docker) are properly forwarded to the Redis process. Without this, Redis will never receive the signal and will only stop itself upon receiving a SIGKILL. This change speeds up "docker compose down" and ensures a clean shutdown of the Redis instance.

exec ensures that signals such as SIGTERM (sent by Docker) are properly forwarded to the Redis process.
Without this, Redis will never receive the signal and will only stop itself upon receiving a SIGKILL.
This change speeds up "docker compose down" and ensures a clean shutdown of the Redis instance.
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

Successfully merging this pull request may close these issues.

1 participant