update: remove old jobScheduler
This commit is contained in:
parent
35d58be8fd
commit
f9dd53c250
@ -35,5 +35,7 @@ export async function initMQ() {
|
||||
immediately: true,
|
||||
});
|
||||
|
||||
await SnapshotQueue.removeJobScheduler('scheduleSnapshotTick');
|
||||
|
||||
logger.log("Message queue initialized.");
|
||||
}
|
||||
|
@ -4,7 +4,6 @@ import { SlidingWindow } from "lib/mq/slidingWindow.ts";
|
||||
import { redis } from "lib/db/redis.ts";
|
||||
import Redis from "ioredis";
|
||||
import { SECOND } from "$std/datetime/constants.ts";
|
||||
import { randomUUID } from "node:crypto";
|
||||
|
||||
interface Proxy {
|
||||
type: string;
|
||||
|
Loading…
Reference in New Issue
Block a user