Skip to content

Commit 367cf10

Browse files
committed
Increase rabbitmq healthcheck interval
1 parent 0ac07cb commit 367cf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
env_file: ./backend/matching-service/.env
108108
healthcheck:
109109
test: rabbitmq-diagnostics check_port_connectivity
110-
interval: 10s
110+
interval: 20s
111111
timeout: 10s
112112
retries: 10
113113

0 commit comments

Comments
 (0)