Skip to content

Commit

Permalink
Merge pull request #119 from Project-OMOTES/117-increase-consumer_tim…
Browse files Browse the repository at this point in the history
…eout-to-24-hours-for-rabbitmq

117: Increase ack timeout on job delivery in RabbitMQ to 24 hours.
  • Loading branch information
lfse-slafleur authored Dec 3, 2024
2 parents 3f710e7 + 7aa1293 commit 1b1116b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rabbitmq/rabbitmq.conf
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@
## triggers the channel will be force closed by the broker. This ensure that
## faultly consumers that never ack will not hold on to messages indefinitely.
##
# consumer_timeout = 900000

consumer_timeout = 86400000

## ----------------------------------------------------------------------------
## Advanced Erlang Networking/Clustering Options.
Expand Down

0 comments on commit 1b1116b

Please sign in to comment.