This repository has been archived by the owner on May 1, 2022. It is now read-only.
Releases: sebsel/queue-for-kirby
Releases · sebsel/queue-for-kirby
Fail jobs that terminate the process
Widget for failed jobs
This adds:
- A panel widget! 🎉
queue::retry($failedJob)
, to add a failed job back to the queuequeue::remove($failedJob)
, to remove a failed job entirely- [BREAKING]
queue::jobs()
andqueue::failedJobs()
now return a Collection instead of an array, so you can usequeue::jobs()->first()
and all the good stuff - DocBlocks, cuz yeah