mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #907] [BUG] Asynq task didn't got processed by the worker even after many hours of getting picked up #2475
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#2475
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 @gautam-tiwari on GitHub (Aug 1, 2024).
Original GitHub issue: https://github.com/hibiken/asynq/issues/907
Originally assigned to: @hibiken on GitHub.
Describe the bug
active) but it doesn't get processed.To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
asynqpackage v0.24.1Additional context
@of89013 commented on GitHub (Aug 22, 2024):
我估计我的错误也是这个情况
@gautam-tiwari commented on GitHub (Aug 22, 2024):
Hi @of89013 How is that so?
@gautam-tiwari commented on GitHub (Aug 22, 2024):
There also exists one issue where the "msg" subkey inside the redis asynq key map gets lost somehow. I'll attach a ss for reference.
Invalid asynq key(missing msg field)
Valid asynq key
@pior commented on GitHub (Oct 31, 2024):
Are you using Redis Cluster?
@cobain commented on GitHub (Nov 1, 2024):
it should the same issue with #952