This package adds the ability to schedule console commands directly from code.
Why?
While you may write a cron configuration entry for each task you need to schedule on your server, this can quickly become a pain, because your task schedule is not recorded to source control and you must SSH into your server to view your existing cron entries, add additional entries or change the schedule.
This package will allow you to:
- Define only one command in
crontab
and handle the rest in code. - Use intuitive and readable fluent syntax to define the frequency.
- Log all executed commands to a dedicated
console-scheduler-{date}.log
file, along with any output the command may generate and the exit code.
Standard
Plus $5/year after one year.
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
3
License
Craft
Last release
April 13, 2024
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs