We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e1485 commit d8216b8Copy full SHA for d8216b8
jqueuer_agent.py
@@ -117,15 +117,15 @@ def start(node_id):
117
118
except Exception as e:
119
logger.error(
120
- "Error starting thread for {}/{}".format(
121
- container_service_name, experiment_id
+ "Error starting thread for {}".format(
+ container.name
122
)
123
124
logger.debug(e)
125
126
127
- "Error getting container info for {}/{}".format(
128
+ "Error getting container info for {}".format(
129
130
131
0 commit comments