some more minor callback cleanup and development tweaks

This commit is contained in:
Ryan Petrello
2020-01-27 17:18:09 -05:00
parent 4e4a535178
commit 3c31e0ed16
4 changed files with 16 additions and 33 deletions

View File

@@ -148,7 +148,6 @@ class BaseWorker(object):
finally:
if 'uuid' in body:
uuid = body['uuid']
logger.debug('task {} is finished'.format(uuid))
finished.put(uuid)
logger.warn('worker exiting gracefully pid:{}'.format(os.getpid()))