secator 0.2.0__py2.py3-none-any.whl → 0.3.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of secator might be problematic. Click here for more details.

secator/celery.py CHANGED
@@ -106,7 +106,7 @@ def void(*args, **kwargs):
106
106
 
107
107
  def revoke_task(task_id):
108
108
  console.print(f'Revoking task {task_id}')
109
- return app.control.revoke(task_id, terminate=True, signal='SIGKILL')
109
+ return app.control.revoke(task_id, terminate=True, signal='SIGINT')
110
110
 
111
111
 
112
112
  #--------------#