Forum Discussion

ksalem's avatar
ksalem
New Contributor III
7 months ago
Solved

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...
  • ksalem's avatar
    ksalem
    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