Delayed start
Sometimes you also want to trigger something with a bit of delay
- Email sending with the option of "cancelling" within 1-2 minutes.
- Offloading some high traffic tasks into the night.
Give it a try
Cronjob like recurring schedule
If you are looking for scheduling certain background jobs: This plugin works flawlessly with QueueScheduler plugin. It works similar to crontab, only from your backend and without the need to access the server directly.