Plugin screenshot thumbnail 1/1

Queue watcher plugin for Craft CMS 4

Watchtower plugin monitors the Craft queue manager for bottlenecks and send notifications emails once those thresholds are met.

For added monitoring, you can also ping Oh Dear for scheduled task monitoring.

Requirements

  • PHP version 8.0.2 or higher
  • Craft CMS 4.0 or higher

Installation

To install this plugin, copy the command above to your terminal:

composer require siebird/craft-watchtower -w && php craft plugin/install watchtower

In the control panel, go to settings, find Watchtower plugin and click to configure settings.

Configure cron job to trigger Watchtower

In order for Watchtower to monitor the queue manager–it needs to be run via a cron job. Configure a cron job to run a console command to hourly or at your desired interval. Example below runs every hour on the hour.

Cron Job (linux)

0 * * * * php craft watchtower/monitor

Custom Email Template

Review the default email template (./src/templates/_emails/notification) as a starting point. Enter the updated path in the custom email template field relative to Craft's ./templates folder.

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
91
Version
1.0.2.2
License
Craft
Compatibility
Craft 3, Craft 4
Last release
October 19, 2022
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs