News

Laravel Schedule Monitor

Published
Laravel Schedule Monitor image

The Laravel Schedule Monitor package by Spatie monitors you scheduled tasks by keeping a log of each time a task starts, end, fails or gets skipped.

I’m proud to announce v1 of @spatie_be’s newest package: laravel-schedule-monitorhttps://t.co/dLHaC1JL6G

This package gives an overview of when scheduled tasks should run and which ones did not run on time or failed.

Technical deep dive: https://t.co/yfliVOEN8f#php pic.twitter.com/HEzn2tSmcT

— Freek Van der Herten (@freekmurze) July 14, 2020

It works by keeping a record of your scheduled tasks in the database, which you can sync with the provided command:

php artisan schedule-monitor:sync

It’s recommended that you run the sync command on deployments to keep the database in line with defined scheduled tasks.

Image Credit: Laravel Schedule Monitor Readme

After you sync your scheduled tasks, you can list them with the provided list command:

php artisan schedule-monitor:list

This package requires Laravel 7.19+ and PHP 7.4+, so be sure your application has the latest versions of Laravel and PHP.

You can learn more about this package, get full installation instructions, and view the source code on GitHub at spatie/laravel-schedule-monitor. Freek Van der Herten also wrote about this package, so check that out!

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article