Disable the flamenco-resume-job-archiving celery task until we have tested the job manually first

This commit is contained in:
2018-09-19 17:35:12 +02:00
parent 22bd1a1a04
commit b165c11cc3

View File

@@ -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/'