| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| SQS_QUEUE_NAME = APP_NAME + 'Queue' | ||
| SQS_MESSAGE_VISIBILITY = 1*60 # Timeout (secs) for messages in flight (average time to be processed) | ||
| SQS_DEAD_LETTER_QUEUE = 'arn:aws:sqs:some-region:111111100000:DeadMessages' | ||
| SQS_DEAD_LETTER_QUEUE = 'user_DeadMessages' |
There was a problem hiding this comment.
It's possible I missed it, but can you check if the corresponding run.py code to handle this change was added? I didn't see it.
Sorry, something went wrong.
There was a problem hiding this comment.
already in run.py line 22, from #142
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.