Skip to content
Snippets Groups Projects
Commit 8c6039f6 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Added TODO

parent ac7a5aef
Branches
Tags
No related merge requests found
......@@ -341,6 +341,8 @@ class FlamencoWorker:
self.loop.run_until_complete(self.manager.post('/sign-off', loop=self.loop))
except Exception as ex:
self._log.warning('Error signing off. Continuing with shutdown. %s', ex)
# TODO(Sybren): do this in a finally-clause:
self.failures_are_acceptable = False
def stop_fetching_tasks(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment