mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #311] Ignore error on calculating RDB.MemoryUsage #434
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#434
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 @NyaMisty on GitHub (Aug 24, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/311
On Redis SaaS platform like Redis Cloud or Upstash, they disable MEMORY USAGE command in Lua script (reporting error "This Redis command is not allowed from scripts"), causing the whole Inspector.GetQueueInfo() function fails.
As MemoryUsage is not a critical stat data, can we ignore error in memory usage query?
@NyaMisty commented on GitHub (Aug 24, 2023):
Sorry posted on wrong place. I'll repost it in asynq main repo
@ganlvtech commented on GitHub (Jul 4, 2025):
For docker. Modify
Dockerfile, addafter
RUN go mod download