Fix typo on ack_wait

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (VMware)
2018-05-28 15:21:42 -07:00
parent ab2aa14c48
commit 3ee7c99701
2 changed files with 19 additions and 10 deletions

View File

@ -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