Skip to content
Discussion options

You must be logged in to vote

Hi @will-molloy. The framework uses different flows and terms but I believe gives the same results your are saying. There is an SQS poller and a message manager that is in charge of keeping track of the messages being processed and possibly extending the message visibility. The manager is also the controller of how many messages can be processed in parallel.

The SQS poller is always monitoring the message manager to see if there is any available space for more messages to run as messages complete. Assuming there is it will poll for the number of available messages that manager can handle and then pass them to the manager. We want to avoid reading more messages from SQS then we can current…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@will-molloy
Comment options

Answer selected by will-molloy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants