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
935c86b404
open-nomad
/
jobspec
/
test-fixtures
/
periodic-cron.hcl
8 lines
129 B
HCL
Raw
Normal View
History
Unescape
Escape
Add Periodic config to job
2015-12-01 00:51:56 +00:00
job
"foo"
{
periodic
{
merge
2015-12-19 01:51:30 +00:00
cron
=
"*/5 * * *"
Add ProhibitOverlap option to PeriodicConfig
2016-01-07 19:19:46 +00:00
prohibit_overlap
=
true
Allow specification of timezones
2017-02-15 22:37:06 +00:00
time_zone
=
"Europe/Minsk"
Add Periodic config to job
2015-12-01 00:51:56 +00:00
}
}