mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-19 21:05:21 +02:00
chore: biome
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Queue, type RepeatableJob } from "bullmq";
|
||||
import IORedis from "ioredis";
|
||||
import { logger } from "./logger";
|
||||
import type { QueueJob } from "./schema";
|
||||
import IORedis from "ioredis";
|
||||
|
||||
export const connection = new IORedis(process.env.REDIS_URL || "", {
|
||||
maxRetriesPerRequest: null,
|
||||
|
||||
Reference in New Issue
Block a user