Commit 1a2470e6 authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack-monitor: cron every 5 min is enough

parent a4e67e7e
......@@ -61,14 +61,14 @@ log = $${directory:log}/cron.log
<= cron
recipe = slapos.cookbook:cron.d
name = launch-monitor
frequency = * * * * *
frequency = */5 * * * *
command = $${monitor-parameters:executable} -a
[cron-entry-rss]
<= cron
recipe = slapos.cookbook:cron.d
name = build-rss
frequency = * * * * *
frequency = */5 * * * *
command = $${make-rss:output}
[setup-static-files]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment