An input plugin for crontab-flavoured scheduled tasks for fofx
- type:
"cron"
- params (these go in your plugins.json): none.
- input params (these go in your nano.json input key):
- cron [string] the task's crontab syntax schedule.
["fofx-cron"]
{
"input": {
"type": "cron",
"cron": "*/20 * * * * *"
}
}