Tweak the tasks flow
This commit is contained in:
parent
ac5f349d0f
commit
13cee5dbae
3 changed files with 4 additions and 2 deletions
1
tasks.py
1
tasks.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue