Skip to content

Releases: CakeDC/cakephp-queue-monitor

CakeDC Queue Monitor 2.1.0

10 Dec 10:05
9d081cd
Compare
Choose a tag to compare

What's Changed

  • added commands to purge queues and test queues
  • fixed test queue template path
  • changed default configuration of purgeLogsOlderThanDays to 7 days instead of 30

Breaking Changes:

  • changed command queue_monitor notify to queue-monitor notify
  • changed command queue_monitor purge to queue-monitor purge-logs

Full Changelog: 2.0.2...2.1.0

CakeDC Queue Monitor 2.0.2

09 Dec 15:47
Compare
Choose a tag to compare

What's Changed

  • ported fixes and enhancement from version 1.x
  • fixed handling QueueMonitor.purgeLogsOlderThanDays in Purge command
  • added QueueMonitor.disabled option
  • added support for disabling queue monitor commands
  • updated README.md
  • decreased log level when queue monitor is disabled
  • replaced saveOrFail with save

Full Changelog: 2.0.1...2.0.2

CakeDC Queue Monitor 1.0.5

30 Oct 09:18
0357744
Compare
Choose a tag to compare

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

21 Oct 18:13
e253225
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.4

CakeDC Queue Monitor 1.0.3

21 Oct 16:48
fb8de69
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

CakeDC Queue Monitor 1.0.2

08 Jul 07:58
Compare
Choose a tag to compare
  • replaced saveOrFail with save

Full Changelog: 1.0.1...1.0.2

CakeDC Queue Monitor 2.0.1

14 May 14:56
Compare
Choose a tag to compare
  • 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

14 May 14:32
Compare
Choose a tag to compare
  • 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

22 Apr 09:28
Compare
Choose a tag to compare

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

22 Apr 09:27
Compare
Choose a tag to compare

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