mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
This task is being called from a transaction already
This commit is contained in:
parent
b18760082f
commit
51a6a08f9c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user