Skip to content

Instantly share code, notes, and snippets.

@maasg
Created December 5, 2016 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maasg/e5dd881d7adbe8f7906477285c335069 to your computer and use it in GitHub Desktop.
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": "gerard@example.com",
"async": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment