Merge branch 'master' into multi-profile-digicert-plugin

This commit is contained in:
Hossein Shafagh
2019-08-09 07:32:33 -07:00
committed by GitHub

View File

@ -348,7 +348,7 @@ def sync_source(source):
return
try:
sync([source])
metrics.send(f"{function}.success", 'counter', '1', metric_tags={"source": source})
metrics.send(f"{function}.success", 'counter', 1, metric_tags={"source": source})
except SoftTimeLimitExceeded:
log_data["message"] = "Error syncing source: Time limit exceeded."
current_app.logger.error(log_data)