Skip to content

Commit

Permalink
fix docker cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Nov 29, 2024
1 parent fc4185e commit 2563153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ queue:
queue_user: user # can be replaced by values in .env file
queue_password: password
url: "localhost:5672"
processing_timeout: 5 # 5 second
processing_timeout: 5s # 5 second
msg_max_retry_attempts: 10
requeue_delay_time: 300
requeue_delay_time: 300s
queue_type: quorum
metrics:
host: 0.0.0.0
Expand Down

0 comments on commit 2563153

Please sign in to comment.