laravel-bridge icon indicating copy to clipboard operation
laravel-bridge copied to clipboard

Fifo Queue

Open matthewsuan opened this issue 4 years ago • 2 comments
trafficstars

Using this package allows sqs as event triggers for lambda.

Im wondering if there are any side effects if we use it for FIFO queue?

ty

matthewsuan avatar Feb 05 '21 17:02 matthewsuan

An AWS forum or StackOverflow might be a better location for this question as this section is specifically for issues with this package/tool.

bkuhl avatar Jun 02 '21 11:06 bkuhl

I would not expect any issues by using a FIFO Queue except the differences AWS already documents. FIFO Queues cannot handle as much load as regular Queues as they need to guarantee execution order, but even then FIFO Queues are capable of handling enough load for most applications.

deleugpn avatar Mar 09 '22 22:03 deleugpn