fina autoamtiona adn billing and credits
This commit is contained in:
@@ -147,6 +147,10 @@ def resume_automation_task(self, run_id: str):
|
||||
run.error_message = str(e)
|
||||
run.completed_at = timezone.now()
|
||||
run.save()
|
||||
|
||||
|
||||
# Alias for continue_automation_task (same as resume)
|
||||
continue_automation_task = resume_automation_task
|
||||
|
||||
# Release lock
|
||||
from django.core.cache import cache
|
||||
|
||||
Reference in New Issue
Block a user