This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
0ecf4183cd
open-nomad
/
jobspec
/
test-fixtures
/
periodic-cron.hcl
8 lines
132 B
HCL
Raw
Normal View
History
Unescape
Escape
Add Periodic config to job
2015-12-01 00:51:56 +00:00
job
"foo"
{
chore: initial hclfmt
2019-10-11 12:00:05 +00:00
periodic
{
cron
=
"*/5 * * *"
prohibit_overlap
=
true
time_zone
=
"Europe/Minsk"
}
Add Periodic config to job
2015-12-01 00:51:56 +00:00
}