mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #888] handler not found for task "ping:worker" #439
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#439
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guilinonline on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/hibiken/asynq/issues/888
Originally assigned to: @hibiken on GitHub.
我用官方示例最小化运行时,发现队列中会存在ping任务失败,在我代码中确实没有ping相关的handler,是我用错了吗?
我用文档中的示例测试的,当我不断的创建任务确实能正常处理https://github.com/hibiken/asynq/blob/master/README.md
但我不知清楚ping任务是谁发起的,我是不是应该要自已创建一个ping使用的handler
@guilinonline commented on GitHub (Jan 14, 2025):
我又遇到了会在default队列中产生很多个ping:worker任务,这是啥情况
@guilinonline commented on GitHub (Jan 20, 2025):