Skip to content

update with DSv0.1 improvements#150

Merged
ErinWeisbart merged 1 commit intomasterfrom
DSv0.1
May 18, 2023
Merged

update with DSv0.1 improvements#150
ErinWeisbart merged 1 commit intomasterfrom
DSv0.1

Conversation

@ErinWeisbart
Copy link
Copy Markdown
Member

No description provided.

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'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already in run.py line 22, from #142

@ErinWeisbart ErinWeisbart merged commit ddd64d0 into master May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants