Skip to content
Snippets Groups Projects
Commit 8945ed1d authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

or I can make the restart-queue error shut up now

parent 4f4413c1
No related branches found
No related tags found
1 merge request!824or I can make the restart-queue error shut up now
Pipeline #4505 passed
......@@ -127,7 +127,7 @@ class ExecutionManager(ExecutionManagerIF):
logger.info(f"In process_message, received message: {message}")
# we ignore a few types of message that we mostly generate
if message["type"] == "capability-complete" or message["type"] == "execution-complete":
if message["type"] in ["capability-complete", "execution-complete", "restart-queue"]:
return
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment