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
6eba0e46ec
open-nomad
/
jobspec
/
test-fixtures
/
periodic-cron.hcl
7 lines
94 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
Add Periodic config to job
2015-12-01 00:51:56 +00:00
}
}