Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilty committed Jan 29, 2021
1 parent 00e92c1 commit 69ce262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redis_tasks/worker_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def trigger_shutdown(cls):
cls._shutdown_delayed = True
else:
logger.warning('Raising WorkerShutdown to cancel task')
traceback.print_stack()
raise WorkerShutdown()


Expand Down

0 comments on commit 69ce262

Please sign in to comment.