Skip to content

Instantly share code, notes, and snippets.

@maasg
Created December 5, 2016 12:40
Show Gist options
  • Select an option

  • Save maasg/e5dd881d7adbe8f7906477285c335069 to your computer and use it in GitHub Desktop.

Select an option

Save maasg/e5dd881d7adbe8f7906477285c335069 to your computer and use it in GitHub Desktop.
Example of chronos job - Using a shell command
{
"schedule": "R10/2016-12-05T10:00:00Z/PT1M",
"name": "simple_echo",
"epsilon": "PT15M",
"command": "echo 'hello world'",
"owner": "[email protected]",
"async": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment