hatchet
hatchet copied to clipboard
Question: Is task revoke / cancellation persistent in hatchet ?
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 ?