Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron jobs #69

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Cron jobs #69

wants to merge 4 commits into from

Conversation

maximevanhees
Copy link

@maximevanhees maximevanhees commented Oct 4, 2024

The ability to create a cron job by specifying the cron flag in the <service>.yaml file.

cron field syntax is: sec min hour day_of_month month day_of_week year

Example hello.yaml (runs every 5th second of each minute):

exec: sh -c "echo 'hello each 5 sec from cronjob'"
oneshot: true
cron: "*/5 * * * * *"
log: stdout

Start (as default):

  • zinit monitor hello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant