Skip to content

Process and read broker SQS messages more quickly

Cecylia Bocovich requested to merge cohosh/snowflake:issue/40363 into main

We're losing a lot of messages from the broker SQS queue because they are exceeding their maximum lifetime before being read and processed by the broker. This change speeds up that process by increasing the size of messagesChn and processing the messages within a go routine.

Closes #40363

Merge request reports

Loading