This task is being called from a transaction already

This commit is contained in:
tcely 2025-03-14 15:42:03 -04:00
parent b18760082f
commit 51a6a08f9c
No known key found for this signature in database
GPG Key ID: B84DD241AF4C4274

View File

@ -692,7 +692,6 @@ def wait_for_media_premiere(media_id):
media.save()
@background(schedule=300, remove_existing_tasks=False)
@atomic(durable=True)
def delete_all_media_for_source(source_id, source_name):
source = None
try: