Relax celery time limit for source syncing; Ensure metric tags are string

This commit is contained in:
Curtis Castrapel
2019-07-01 08:35:04 -07:00
parent ff3016e65e
commit 0c5a8f2039
2 changed files with 8 additions and 8 deletions

View File

@ -252,7 +252,7 @@ def sync_all_sources():
sync_source.delay(source.label)
@celery.task(soft_time_limit=3600)
@celery.task(soft_time_limit=7200)
def sync_source(source):
"""
This celery task will sync the specified source.