We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f1eac commit 64ee086Copy full SHA for 64ee086
backend/infrahub/services/adapters/message_bus/__init__.py
@@ -11,7 +11,7 @@
11
12
13
class InfrahubMessageBus:
14
- DELIVER_TIMEOUT: int = 30
+ DELIVER_TIMEOUT: int = 30 * 60 # 30 minutes
15
worker_bindings: list[str] = [
16
"check.*.*",
17
"event.*.*",
0 commit comments