hibiken / asynq

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

[BUG] Delete archived task fail, when task has been evicted from archived zset. #885

Open ray2011 opened 1 month ago

ray2011 commented 1 month ago

Describe the bug DeleteTask() return error " asynq: UNKNOWN: task is not found in zset: asynq:{slot5}:archived"

To Reproduce Steps to reproduce the behavior (Code snippets if applicable):

  1. A lot of tasks archived
  2. Delete the task that has been evicted from archived zset

Expected behavior Delete the task success

kamikazechaser commented 1 month ago

See #743

SombreCode commented 2 weeks ago

What happened to hibiken, he has been offline for a long time 😶