mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
Fix typo on ack_wait
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -67,9 +67,9 @@ write_timeout: 25s
|
||||
|
||||
### Timeouts - Asynchronous invocations
|
||||
|
||||
For asynchronous invocations of functions a separate timeout can be configured at the `queue-worker` level in the `ack_timeout` environmental variable.
|
||||
For asynchronous invocations of functions a separate timeout can be configured at the `queue-worker` level in the `ack_wait` environmental variable.
|
||||
|
||||
If the `ack_timeout` is exceeded the task will not be acknowledge and the queue system will retry the invocation.
|
||||
If the `ack_wait` is exceeded the task will not be acknowledge and the queue system will retry the invocation.
|
||||
|
||||
## Function execution logs
|
||||
|
||||
|
Reference in New Issue
Block a user