You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/troubleshooting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ write_timeout: 25s
87
87
88
88
### Timeouts - Asynchronous invocations
89
89
90
-
For asynchronous invocations of functions a separate timeout can be configured at the `queue-worker` level in the `ack_timeout` environmental variable.
90
+
For asynchronous invocations of functions a separate timeout can be configured at the `queue-worker` level in the `ack_wait` environmental variable.
91
91
92
-
If the `ack_timeout` is exceeded the task will not be acknowledge and the queue system will retry the invocation.
92
+
If the `ack_wait` is exceeded the task will not be acknowledge and the queue system will retry the invocation.
0 commit comments