Skip to content
Snippets Groups Projects
Commit 543e1229 authored by Jan David Mol's avatar Jan David Mol
Browse files

Specify namespace for nomad statistics job

parent 6514ff1e
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ class TMSSQAStatisticsServiceEventMessageHandler(TMSSEventMessageHandler): ...@@ -142,7 +142,7 @@ class TMSSQAStatisticsServiceEventMessageHandler(TMSSEventMessageHandler):
self.active_qa_subtasks = {} self.active_qa_subtasks = {}
self.dispatcher = JobDispatcher("statistics-aggregate") self.dispatcher = JobDispatcher("statistics-aggregate", namespace="statistics")
# Sense whether lingering jobs from previous runs are still active in nomad # Sense whether lingering jobs from previous runs are still active in nomad
self.reconstruct_active_qa_subtasks() self.reconstruct_active_qa_subtasks()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment