ksalem
7 months agoNew Contributor III
SQS -pipeline stalling
Hi All, I am facing a peculiar issue with a new pipeline being built. the pipeline is setup to consume an SQS message > apply some processing and auditing(Via MySQL DB) > acknowledge the SQS message...
- 7 months ago
It turned out that this was a blocking snap based on default configuration from the MySQL account its defaulted to send in batches of 50. changing this to 1 allows for instant DB calls