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
current implementation requires dedicated queue for each task. It could be a difficult to manage so many queues. So I propose to use a unique queue for many tasks definiton.
current implementation requires dedicated queue for each task. It could be a difficult to manage so many queues. So I propose to use a unique queue for many tasks definiton.
current implementation
proposed
we could distinguish each tasks by using message attributes
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs.html#SQS.Client.send_message
The text was updated successfully, but these errors were encountered: