Skip to content

Rackbeat/laravel-sqs-fifo-queue

 
 

Repository files navigation

laravel-sqs-fifo-queue

Forked from: https://github.com/shiftonelabs/laravel-sqs-fifo-queue

Change

FIFO queues does not accept a delay per job, which the original package prevents by throwing an exception, which is good. Issue is, that in Laravel, Mailables always use delay, even if null, so queueing mailables in a FIFO queue was not possible.

This fork simply ignores the delay.

About

Adds a Laravel queue driver for Amazon SQS FIFO queues.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • Shell 0.5%