[GH-ISSUE #672] [BUG] handler not found for task #1354

Closed
opened 2026-03-07 22:08:52 +03:00 by kerem · 1 comment
Owner

Originally created by @mohit-singh-pepper on GitHub (Jun 20, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/672

Originally assigned to: @hibiken on GitHub.

Describe the bug
I receive handler not found for task on registered types. On multiple retries via asyncmon 5-6 times it passes automatically without any code change or server restart. How can I debug this ?

Expected behavior
If task handler is available once, it should be available always or it should never work.

Environment (please complete the following information):

  • OS: MacOS
  • Version of asynq package [e.g. v0.24.0]
Originally created by @mohit-singh-pepper on GitHub (Jun 20, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/672 Originally assigned to: @hibiken on GitHub. **Describe the bug** I receive handler not found for task on registered types. On multiple retries via asyncmon 5-6 times it passes automatically without any code change or server restart. How can I debug this ? **Expected behavior** If task handler is available once, it should be available always or it should never work. **Environment (please complete the following information):** - OS: MacOS - Version of `asynq` package [e.g. v0.24.0]
kerem 2026-03-07 22:08:52 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@mohit-singh-pepper commented on GitHub (Jun 21, 2023):

It was because of multiple workers listening to same queue mistakenly. The stale worker was eating up the new tasks and throwing error.

<!-- gh-comment-id:1600650836 --> @mohit-singh-pepper commented on GitHub (Jun 21, 2023): It was because of multiple workers listening to same queue mistakenly. The stale worker was eating up the new tasks and throwing error.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1354
No description provided.