hibiken / asynq

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

handler not found for task "ping:worker" #888

Open guilinonline opened 1 month ago

guilinonline commented 1 month ago

我用官方示例最小化运行时,发现队列中会存在ping任务失败,在我代码中确实没有ping相关的handler,是我用错了吗? 我用文档中的示例测试的,当我不断的创建任务确实能正常处理https://github.com/hibiken/asynq/blob/master/README.md 但我不知清楚ping任务是谁发起的,我是不是应该要自已创建一个ping使用的handler