chore(dashboard,db): prepping for migration time

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-28 20:58:18 +01:00
parent 9ffa213fc2
commit ab8bce7752
5 changed files with 56 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ export async function healthcheck(
request: FastifyRequest,
reply: FastifyReply,
) {
const redisRes = await withTimings(getRedisCache().keys('keys op:buffer:*'));
const redisRes = await withTimings(getRedisCache().keys('op:buffer:*'));
const dbRes = await withTimings(db.project.findFirst());
const queueRes = await withTimings(eventsQueue.getCompleted());
const chRes = await withTimings(