From b165c11cc37964a147d6775e4b1bfe929e68e7d1 Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Wed, 19 Sep 2018 17:35:12 +0200 Subject: [PATCH] Disable the flamenco-resume-job-archiving celery task until we have tested the job manually first --- docker/4_run/config_local.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/4_run/config_local.py b/docker/4_run/config_local.py index 399fefd..a276426 100644 --- a/docker/4_run/config_local.py +++ b/docker/4_run/config_local.py @@ -113,10 +113,10 @@ CELERY_BEAT_SCHEDULE = { 'schedule': 600, # every N seconds 'args': ('gcs', 500) }, - 'flamenco-resume-job-archiving': { - 'task': 'flamenco.celery.job_archival.resume_job_archiving', - 'schedule': 600, # every N seconds - }, + # 'flamenco-resume-job-archiving': { + # 'task': 'flamenco.celery.job_archival.resume_job_archiving', + # 'schedule': 3600, # every N seconds + # }, } SVNMAN_REPO_URL = 'https://svn.blender.cloud/repo/'