celerystalk
celerystalk copied to clipboard
canceling tasks does not always work
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.