Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Widget for failed jobs

Compare
Choose a tag to compare
@sebsel sebsel released this 26 Jul 19:33

This adds:

  • A panel widget! 🎉
  • queue::retry($failedJob), to add a failed job back to the queue
  • queue::remove($failedJob), to remove a failed job entirely
  • [BREAKING] queue::jobs() and queue::failedJobs() now return a Collection instead of an array, so you can use queue::jobs()->first() and all the good stuff
  • DocBlocks, cuz yeah