Tweak the tasks flow

This commit is contained in:
Thomas Sileo
2018-07-17 23:46:12 +02:00
parent ac5f349d0f
commit 13cee5dbae
3 changed files with 4 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ def process_new_activity(self, iri: str) -> None:
)
log.info(f"new activity {iri} processed")
cache_attachments.delay(iri)
except (ActivityGoneError, ActivityNotFoundError):
log.exception(f"dropping activity {iri}")
except Exception as err: