Package Data | |
---|---|
Maintainer Username: | lasserafn |
Maintainer Contact: | patrick@shiftonelabs.com (Patrick Carlo-Hickman) |
Package Create Date: | 2018-07-10 |
Package Last Update: | 2022-11-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:12:09 |
Package Statistics | |
---|---|
Total Downloads: | 33,376 |
Monthly Downloads: | 946 |
Daily Downloads: | 20 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Forked from: https://github.com/shiftonelabs/laravel-sqs-fifo-queue
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.