Fix incoming activity processing
This commit is contained in:
parent
f2e28e89f8
commit
66a9778995
2 changed files with 3 additions and 1 deletions
|
@ -108,6 +108,7 @@ async def process_next_incoming_activity(db_session: AsyncSession) -> bool:
|
|||
)
|
||||
except Exception:
|
||||
logger.exception("Failed")
|
||||
await db_session.rollback()
|
||||
next_activity.error = traceback.format_exc()
|
||||
_set_next_try(next_activity)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue