fix: add prefix and remove resolution esm flag (#1095)

* fix: add prefix and remove resolution esm flag

* refactor: revert
This commit is contained in:
Mauricio Siu
2025-01-12 15:10:25 -06:00
committed by GitHub
parent ae97595610
commit a965c0e924
7 changed files with 24 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
import { Queue, type RepeatableJob } from "bullmq";
import IORedis from "ioredis";
import { logger } from "./logger";
import type { QueueJob } from "./schema";
import { logger } from "./logger.js";
import type { QueueJob } from "./schema.js";
export const connection = new IORedis(process.env.REDIS_URL!, {
maxRetriesPerRequest: null,