Commit 4ed9e83
authored
Celery: increase the "visibility timeout" from 1h to 5h (#12342)
This is the time Celery waits for the worker to ack the task. After this
time, Celery will re-deliver this task to another worker.
```
In [1]: from readthedocs.worker import app
In [2]: app.conf.get("BROKER_TRANSPORT_OPTIONS")
Out[2]: {'visibility_timeout': 18000}
```
Closes #123171 parent ab1d7c7 commit 4ed9e83
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
605 | 611 | | |
606 | 612 | | |
607 | 613 | | |
| |||
0 commit comments