Skip to content

Commit

Permalink
add other queues
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed May 28, 2024
1 parent 6955df6 commit 609149c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ app.get("/metrics", async (_, res) => {
await redis.select(index);

const names = [
"overall-stats-syncer",
"google",
"google-worker",
"swarm",
"swarm-worker",
"overall",
"finalizer-worker",
"overall-stats-syncer",
"daily",
"daily-stats-syncer",
"finalizer-worker",
];
const multi = redis.multi();

Expand Down

0 comments on commit 609149c

Please sign in to comment.