RabbitMQ: set the max acknowledgment time to 6h

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-07 23:41:44 +02:00
parent 28f63de007
commit 60b7c10cf4
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -92,9 +92,9 @@ net_ticktime = 120
# Maximum time for consumers to process and acknowledge messages (in ms)
# Defaults to 30 minutes. Package signing in robosignatory can take more
# than 1 hour, set the max to 2h.
# than 1 hour, set the max to 6h.
# https://www.rabbitmq.com/docs/consumers#acknowledgement-timeout
consumer_timeout = 7200000
consumer_timeout = 21600000
## Logging settings.