Configure Chronos jobs via a salt proxy.
my_job:
chronos_job.config:
- config:
schedule: "R//PT2S"
command: "echo 'hi'"
owner: "me@example.com"
New in version 2015.8.2.
Ensure that the chronos job with the given name is not present.
name -- The app name
A standard Salt changes dictionary
Ensure that the chronos job with the given name is present and is configured to match the given config values.
name -- The job name
config -- The configuration to apply (dict)
A standard Salt changes dictionary
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy