Skip to content
Snippets Groups Projects
Commit 4e01947b authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix: job threads should not block node shutdown on SIGINT

parent 7e8abee0
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ class JobManager(object):
# execute job
self._jobs_running.append(jid)
self._jobs_pending.remove(jid)
job.daemon = True
job.start()
def is_job(self, jid):
......
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