sethsec / celerystalk

An asynchronous enumeration & vulnerability scanner. Run all the tools on all the hosts.
https://sethsec.github.io/celerystalk/
MIT License
396 stars 72 forks source link

canceling tasks does not always work #99

Open sethsec opened 5 years ago

sethsec commented 5 years ago

it shows as cancelled in celerystalk query watch, but if you run celery -A tasks inspect active i still see the task running. this is why sometimes celerystalk reports there are less tasks running than should be running. they really are running, just that the cancel updated the database, but did not successfully kill the process.