test-magenx / module-cron
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/module-store: 101.1.*
Suggests
- magento/module-config: 101.2.*
This package is auto-updated.
Last update: 2024-11-13 08:20:46 UTC
README
Cron is a module that enables scheduling of jobs. Other modules can add cron jobs by including crontab.xml in their etc directory. The command "bin/magento cron:run" should be run periodically to trigger the Cron module to run its scheduled jobs. This module also allows administrators to tune cron options in Magento Admin.