Skip to content

Commit

Permalink
Wait a bit longer for RabbitMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Apr 10, 2024
1 parent 117dd13 commit 67943f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
hostname: flower.local
command: >
bash -c "
wait-for-it -s rabbit:5672 -t 60 &&
wait-for-it -s rabbit:5672 -t 100 &&
celery --broker=amqp://rabbit/ flower --url_prefix=flower
"
Expand Down

0 comments on commit 67943f1

Please sign in to comment.