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
When reviewing the refactoring on the queue_worker.py in PR #664, there's an opportunity to move the SQS queue connection and/or the getting of queues from SQS into a separate provider library. Then, any utility or activity that connects to SQS could use it, reducing the duplication of code and may make things easier for testing.
The text was updated successfully, but these errors were encountered:
When reviewing the refactoring on the
queue_worker.py
in PR #664, there's an opportunity to move the SQS queue connection and/or the getting of queues from SQS into a separate provider library. Then, any utility or activity that connects to SQS could use it, reducing the duplication of code and may make things easier for testing.The text was updated successfully, but these errors were encountered: