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
To achieve this I need to set the worker timeout to 2 hours so lift can calculate 6 * 2 = 12 hours. But I want my lambda to time out after a few seconds not 2 hours, wait 12 hours and try again.
Start from the Use-case
SQS allows visibility timeout up to 12 hours.
To achieve this I need to set the worker timeout to 2 hours so lift can calculate 6 * 2 = 12 hours. But I want my lambda to time out after a few seconds not 2 hours, wait 12 hours and try again.
Example Config
From the docs:
Implementation Idea
Add an attribute called queueTimeout which overrides the default 6 * worker timeout behaviour
The text was updated successfully, but these errors were encountered: