Skip to content
Snippets Groups Projects
Verified Commit 2ed215ab authored by Vincent Sellier's avatar Vincent Sellier
Browse files

rabbitmq: Remove consumer timeout to give long workers the time to do their job

Some origins can take several days to be ingested (svn, ...) so the default
30mn timeout is way to small.

Related to swh/infra/sysadm-environment#5595
parent 79a0bd03
No related branches found
No related tags found
1 merge request!727rabbitmq: Remove consumer timeout to give long workers the time to do their job
......@@ -14,6 +14,7 @@ class profile::rabbitmq {
interface => '0.0.0.0',
config_variables => {
vm_memory_high_watermark => 0.6,
consumer_timeout => "undefined",
},
heartbeat => 0,
manage_python => false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment