Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rabbitmq consumer_timeout as undefined (#417)
As of from RabbitMQ v3.8.15, a default `consumer_timeout` is set of 30 minutes. If a task is not acknowledged within this timelimit, the consumer of the task is considered dead and its tasks are rescheduled. This is problematic for AiiDA since tasks often take multiple hours even. The `consumer_timeout` can only be changed on through the server config. Here we disable it through the `advanced.config`.
- Loading branch information