Cron Process Check
magenerds/cronprocesscheck
Detects crashed cron job processes in Magento 2 and sets their status to error. Requires the POSIX module in php.ini and a system cronjob setup.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubCronProcessCheck
Cron Process check for Magento 2. This modules checks if a cron job process crashed and sets its status to error.
Setup
- Activate POSIX module in your php.ini
- Install
Magenerds/CronProcessCheckModule - Add System cronjob
* * * * * /var/www/magento/bin/magento magenerds:cronprocess:clear > /dev/null 2>&1g
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.