Disable the flamenco-resume-job-archiving celery task until we have tested the job manually first
This commit is contained in:
@@ -113,10 +113,10 @@ CELERY_BEAT_SCHEDULE = {
|
|||||||
'schedule': 600, # every N seconds
|
'schedule': 600, # every N seconds
|
||||||
'args': ('gcs', 500)
|
'args': ('gcs', 500)
|
||||||
},
|
},
|
||||||
'flamenco-resume-job-archiving': {
|
# 'flamenco-resume-job-archiving': {
|
||||||
'task': 'flamenco.celery.job_archival.resume_job_archiving',
|
# 'task': 'flamenco.celery.job_archival.resume_job_archiving',
|
||||||
'schedule': 600, # every N seconds
|
# 'schedule': 3600, # every N seconds
|
||||||
},
|
# },
|
||||||
}
|
}
|
||||||
|
|
||||||
SVNMAN_REPO_URL = 'https://svn.blender.cloud/repo/'
|
SVNMAN_REPO_URL = 'https://svn.blender.cloud/repo/'
|
||||||
|
Reference in New Issue
Block a user