Skip to content

Conversation

@mubbi
Copy link
Owner

@mubbi mubbi commented Jul 18, 2025

This pull request includes updates to the health check configuration for the redis service in the docker-compose.yml file. The changes streamline the health check logic and reduce the startup waiting period.

Updates to health check configuration:

  • Simplified the test command for the health check by replacing a multi-line script with a single CMD array that checks for the readiness marker and the queue worker process using sh and grep.
  • Reduced the start_period from 360 seconds to 60 seconds, optimizing the startup time since the main application is already prepared.

@mubbi mubbi merged commit ec6e20d into develop Jul 18, 2025
2 checks passed
@mubbi mubbi deleted the fix/health-check-queue-container branch July 18, 2025 13:34
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.

2 participants