79660577

Date: 2025-06-10 13:55:54
Score: 1.5
Natty:
Report link

Yeah e.g. if you get 2 messages in quick succession they could get processed in parallel, or even out of order if the first message has to wait for a fresh execution environment to start up but the second message has a warm instance available to handle it. Setting concurrency to 1 should prevent this if you really want one-at-a-time processing.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: andycaine