- π«π·France fgm Paris, France
Re:
[23:26:51] cweagans: ie. Amazon SQS is utterly unusable for this.
SQS is actually usable: if you don't call DeleteMessage, for example, after the VisibilityTimeout expires, the message becomes visible again and can be take by another worker. Alternatively, if you need a longer delay than the max of VisibilityTimeout, you can still call DeleteMessage and produce it back with another CreateMessage call, copying the origin metadata from the received message to the newly produced one.
- Issue was unassigned.