mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-27 01:55:51 +03:00
[GH-ISSUE #122] queue not exist #375
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#375
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 @acgfbr on GitHub (Jun 25, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/122
my worker has up but queues not showing, whats the problem?
Thanks
@acgfbr commented on GitHub (Jun 25, 2021):
error says: queue "critical" does not exist
@crossworth commented on GitHub (Jun 25, 2021):
Hello.
Do you have any task on the queue?
I just checked and the queue will only show up if you have tasks on it.
@acgfbr commented on GitHub (Jun 25, 2021):
yeah, i put items but not showing queues, it proccess normally
@acgfbr commented on GitHub (Jun 25, 2021):
@crossworth commented on GitHub (Jun 25, 2021):
With
async clido you have the same problem?https://github.com/hibiken/asynq/tree/master/tools/asynq
@acgfbr commented on GitHub (Jun 26, 2021):
solved, my bad guys.
@mahdiG commented on GitHub (Aug 26, 2023):
How did you solve it?
@Psuta90 commented on GitHub (Oct 12, 2023):
how to soleve this
@Psuta90 commented on GitHub (Oct 14, 2023):
can give me solution how to solve issue like this
@mahdiG commented on GitHub (Oct 21, 2023):
@Psuta90 I had this issue long ago and I think the problem was that the queue WAS created and existed but it showed the queue does not exist error by mistake. I queued a task into the queue and it showed my task in there and the error disappeared.
@Psuta90 commented on GitHub (Oct 21, 2023):
thanks for your information