hibiken / asynq

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

feature: revoke task #882

Closed kanzihuang closed 1 month ago

kanzihuang commented 6 months ago

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

kamikazechaser commented 1 month ago

Thanks @kanzihuang, this is a good feature to have.

P.S I did get your email, but didn't have time to review.