hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
9k stars 659 forks source link

feature: revoke task #882

Open kanzihuang opened 1 month ago

kanzihuang commented 1 month ago

Revoke the task to modify task parameters and enqueue new task with the same task id when ProcessTask returns a RevokeTask error.