You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is why my cron is started, the consumer side is also started, but the consumer side cannot get the cron queued tasks, or cron has no queued tasks at all
Using the following command, no queued tasks are found
via 🐹 v1.23.3 on 🐳 v27.3.1 (orbstack)
➜ asynq queue inspect transaction
Queue Info
Name: transaction
Size: 0
Groups: 0
Paused: false
Task Count by State
active pending aggregating scheduled retry archived completed
------ ------- ----------- --------- ----- -------- ---------
0 0 0 0 0 0 0
Daily Stats 2025-01-14 UTC
processed failed error rate
--------- ------ ----------
198 22 11.11%
os: macos
asynq version 0.25.0
The text was updated successfully, but these errors were encountered:
Why do I register these scheduled tasks in asynq, and can see them using asynq cron ls, but they are not displayed in the task?.
worker code:
公共参数设置任务类型和队列
注册handler文件
This is why my cron is started, the consumer side is also started, but the consumer side cannot get the cron queued tasks, or cron has no queued tasks at all
Using the following command, no queued tasks are found
via 🐹 v1.23.3 on 🐳 v27.3.1 (orbstack) ➜ asynq queue inspect transaction Queue Info Name: transaction Size: 0 Groups: 0 Paused: false Task Count by State active pending aggregating scheduled retry archived completed ------ ------- ----------- --------- ----- -------- --------- 0 0 0 0 0 0 0 Daily Stats 2025-01-14 UTC processed failed error rate --------- ------ ---------- 198 22 11.11%
os:
macos
asynq version 0.25.0
The text was updated successfully, but these errors were encountered: