- New Build and startup procedures for all services, compliant for both docker, podman and k8s
This commit is contained in:
@@ -31,6 +31,8 @@ class ExecutionProgressTracker:
|
||||
def send_update(self, ctask_id: str, processing_type: str, data: dict):
|
||||
"""Send an update about execution progress"""
|
||||
try:
|
||||
current_app.logger.debug(f"Sending update for {ctask_id} with processing type {processing_type} and data:\n"
|
||||
f"{data}")
|
||||
key = self._get_key(ctask_id)
|
||||
|
||||
# First verify Redis is still connected
|
||||
|
||||
Reference in New Issue
Block a user