hibiken / asynqmon

Web UI for Asynq task queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore error on calculating RDB.MemoryUsage

NyaMisty opened this issue · comments

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?

Sorry posted on wrong place. I'll repost it in asynq main repo