mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #495] [BUG] Task stuck at active state #2249
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#2249
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 @hieunguyen1809 on GitHub (Jun 20, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/495
Originally assigned to: @hibiken on GitHub.
Describe the bug
Many tasks are stuck at running state and I cannot cancel or delete them. Also I realize that "Next Process Time" info always change to current timestamp when I reload the page (using asynmon)
To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):
Cannot reproduce but I ensure that workers are not crash when processing. It happen when I run many tasks at the same time (around ~ 1000 tasks)
Screenshots

Environment (please complete the following information):
asynqpackage: v0.22.1@hibiken commented on GitHub (Jun 20, 2022):
@hieunguyen1809 Thank you for opening this issue.
Would you mind answering the questions asked in this comment?
@hibiken commented on GitHub (Jun 26, 2022):
Duplicate of #420
@hieunguyen1809 if you are still having this issue, please see the comment above!