| 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: | 2025-11-03 15:09:33 |
| Package Statistics | |
|---|---|
| Total Downloads: | 42,512 |
| Monthly Downloads: | 656 |
| Daily Downloads: | 35 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| 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.