merged in dev

This commit is contained in:
dekzter 2025-05-24 07:19:43 -04:00
commit eb1bbdd299
11 changed files with 275 additions and 121 deletions

View file

@ -50,7 +50,7 @@ app.conf.update(
)
# Add memory cleanup after task completion
@task_postrun.connect # Use the imported signal
#@task_postrun.connect # Use the imported signal
def cleanup_task_memory(**kwargs):
"""Clean up memory after each task completes"""
# Get task name from kwargs