Skip to content

functzia/fofx-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fofx-cron

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.

Sample plugins.json

["fofx-cron"]

Sample nano.json

{
  "input": {
    "type": "cron",
    "cron": "*/20 * * * * *"
  }
}

Releases

No releases published

Packages

No packages published