Skip to content

Releases: academe/laravel-queue-monitor

Switch to microtime for start and end timestamps

20 Dec 00:48
Compare
Choose a tag to compare
2.0.2

Support microtime for logging

Issue #1 database error protection

19 Apr 12:28
Compare
Choose a tag to compare

Any database errors when logging job start or end events, are caught and send to the error log instead. This does not solve the "database not reconnecting automatically" problem, but it does allow the scheduler to catch that in the running job, assuming the job being run does not already run in its own process.

First release of Bluejay branch

06 Apr 11:01
Compare
Choose a tag to compare

This branch logs additional details, and introduces an eloquent model.

Changes may be split up and pushed back to the original project given time.