mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-26 16:26:12 +08:00
Add redis info view
This commit is contained in:
@@ -4,6 +4,7 @@ export const paths = {
|
||||
SERVERS: "/servers",
|
||||
SCHEDULERS: "/schedulers",
|
||||
QUEUE_DETAILS: "/queues/:qname",
|
||||
REDIS: "/redis",
|
||||
};
|
||||
|
||||
export function queueDetailsPath(qname: string, taskStatus?: string): string {
|
||||
|
||||
Reference in New Issue
Block a user