We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b3785 commit de5bb43Copy full SHA for de5bb43
pyres/horde.py
@@ -297,7 +297,7 @@ def work(self, interval=2):
297
self.setup_minions()
298
self.setup_resq()
299
self.register_khan()
300
- setproctitle('pyres_manager: running')
+ setproctitle('pyres_manager: running - %s' % self.queues)
301
while True:
302
self._check_commands()
303
if self._shutdown:
0 commit comments