Skip to content
Snippets Groups Projects
Commit 4db48d0b authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2262: the Jira ticket says we need to check the specifications_doc for...

TMSS-2262: the Jira ticket says we need to check the specifications_doc for validity. That's superfluous cause TMSS already does that, but it doesn't hurt either.
parent 2515bb32
No related branches found
No related tags found
1 merge request!1053TMSS-2262
...@@ -116,6 +116,8 @@ class L2TMSSObservationControlMessageHandler(TMSSEventMessageHandler): ...@@ -116,6 +116,8 @@ class L2TMSSObservationControlMessageHandler(TMSSEventMessageHandler):
# and the actual real startup in start_queued_observation_subtask # and the actual real startup in start_queued_observation_subtask
logger.info(subtask['specifications_doc']) logger.info(subtask['specifications_doc'])
# ToDo: the Jira ticket says we need to check the specifications_doc for validity. That's superfluous cause TMSS already does that, but it doesn't hurt either.
except Exception as e: except Exception as e:
logger.error(e) logger.error(e)
self.tmss_client.set_subtask_status(subtask_id, "error", error_reason=str(e), retry_count=5) self.tmss_client.set_subtask_status(subtask_id, "error", error_reason=str(e), retry_count=5)
......
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