Cron System
Pubvana currently uses a unified cron command instead of the Pubvana Cron system.
System Crontab
* * * * * /path/to/php /path/to/pubvana/spark cron minute
0 */6 * * * /path/to/php /path/to/pubvana/spark cron quarterday
0 3 * * * /path/to/php /path/to/pubvana/spark cron daily
What runs at each frequency
| Frequency | Built-in tasks |
|---|---|
minute |
Publish scheduled posts |
quarterday |
(plugin commands only) |
daily |
Auto-update check, broken link scan, license revalidation, vetting recheck |
After built-in tasks, each frequency also runs any commands registered by active plugins via their plugin_info.json cron field.
For plugin developers
See the plugin_info.json cron section for how to register your plugin's commands.