- Debugging of redis setup issues
- Debugging of celery startup - Moved flower to a standard image iso own build
This commit is contained in:
@@ -233,6 +233,7 @@ def execute_specialist(self, tenant_id: int, specialist_id: int, arguments: Dict
|
||||
'interaction_id': int - Created interaction ID
|
||||
}
|
||||
"""
|
||||
current_app.logger.debug(f'execute_specialist: Processing request for tenant {tenant_id} using specialist {specialist_id}')
|
||||
task_id = self.request.id
|
||||
ept = ExecutionProgressTracker()
|
||||
ept.send_update(task_id, "EveAI Specialist Started", {})
|
||||
|
||||
Reference in New Issue
Block a user