1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

default to 30min

This commit is contained in:
2016-06-14 15:14:49 +02:00
parent 46ce406b5a
commit 1d4b827a5e

View File

@@ -59,7 +59,7 @@ RUNNERS = {
# define crojobs as sequence of (runner, trigger) pairs, for cron triggers see
# http://apscheduler.readthedocs.io/en/latest/modules/triggers/cron.html
SCHEDULED_BUILD_JOBS = [
("website_master", CronTrigger(minute="*/5"))
("website_master", CronTrigger(minute="*/30"))
]