Releases: brightmachine/scrutiny
Releases · brightmachine/scrutiny
v2.0.0 for Laravel 8+
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
- more specific version constraints in composer.json - thanks @Dylan-DPC
QueueIsRunning
probe bugfix – race condition in handling queued jobs that track if the queue is running
v1.0.2 further Laravel 5.1 support
Use self-handling jobs properly when checking if queue is running
v1.0.1 compability updates
Compatability tweaks
v1.0.0 Initial release
This initial release provides the following probes for checking that your current Laravel app is running as intended:
AvailableDiskSpace
Callback
ConnectsToDatabase
ConnectsToHttp
ExecutableIsInstalled
PhpExtensionLoaded
QueueIsRunning
ScheduleIsRunning
The API is considered stable.