hatchet icon indicating copy to clipboard operation
hatchet copied to clipboard

Question: Is task revoke / cancellation persistent in hatchet ?

Open jiangying000 opened this issue 11 months ago • 0 comments

I am using celery, its workers may be offline due to reasons such as cloud maintenance or other unforeseen circumstances, and miss the task revoke message

Current solution is awkward and not general: remove task from redis manually

see: https://github.com/celery/celery/issues/8888

Is task revoke / cancellation in hatchet persistent ? How does hatchet solve this problem ?

jiangying000 avatar Nov 02 '24 11:11 jiangying000