Commit 427db95b authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added '--timeout=30' to avoid transfer_service container failure on slower...


Added '--timeout=30' to avoid transfer_service container failure on slower hardware. The timeout value can be changed.

Signed-off-by: default avatarCristiano Urban <cristiano.urban@inaf.it>
parent e2ae28e2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ services:
    - backend_net
    stdin_open: true
    tty: true
    command: ["./wait-for-it.sh", "rabbitmq:5672", "--", "python3", "transfer_service.py"]
    command: ["./wait-for-it.sh", "rabbitmq:5672", "--timeout=30", "--", "python3", "transfer_service.py"]
  client:
    image: git.ia2.inaf.it:5050/ia2/vospace-transfer-service/client
    build: ./client