Releases: CakeDC/cakephp-queue-monitor
CakeDC Queue Monitor 1.0.5
What's Changed
- fixed handling
QueueMonitor.purgeLogsOlderThanDays
in Purge command by @arusinowski in #5
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- added
QueueMonitor.disabled
option by @arusinowski in #1 - added support for disabling queue monitor commands by @arusinowski in #2
- updated README.md by @arusinowski in #3
- decreased log level when queue monitor is disabled by @arusinowski in #4
New Contributors
- @arusinowski made their first contribution in #1
Full Changelog: 1.0.2...1.0.4
CakeDC Queue Monitor 1.0.3
What's Changed
- added
QueueMonitor.disabled
option by @arusinowski in #1 - added support for disabling queue monitor commands by @arusinowski in #2
- updated README.md by @arusinowski in #3
New Contributors
- @arusinowski made their first contribution in #1
Full Changelog: 1.0.2...1.0.3
CakeDC Queue Monitor 1.0.2
- replaced saveOrFail with save
Full Changelog: 1.0.1...1.0.2
CakeDC Queue Monitor 2.0.1
- Removed TimestampBehavior from LogsTable to avoid problems when TimestampBehavior is overriden
Full Changelog: 2.0.0...2.0.1
CakeDC Queue Monitor 1.0.1
- Removed TimestampBehavior from LogsTable to avoid problems when TimestampBehavior is overriden
Full Changelog: 1.0.0...1.0.1
CakeDC Queue Monitor 2.0.0
The CakeDC Queue Monitor Plugin adds the ability to monitor jobs in queues that are handled by the CakePHP Queue Plugin. This plugin checks the duration of work of individual Jobs and sends a notification when this time is exceeded by a configurable value.
This is the first release of this plugin, it is a release aimed at CakePHP 5.x.
CakeDC Queue Monitor 1.0.0
The CakeDC Queue Monitor Plugin adds the ability to monitor jobs in queues that are handled by the CakePHP Queue Plugin. This plugin checks the duration of work of individual Jobs and sends a notification when this time is exceeded by a configurable value.
This is the first release of this plugin, it is a release aimed at CakePHP 4.x. The minimum supported version is CakePHP 4.4