server/database/datasource.ts
2024-04-13 14:46:33 -10:00

11 lines
291 B
TypeScript

// import { Queue } from "bullmq";
/* const federationQueue = new Queue("federation", {
connection: {
host: config.redis.queue.host,
port: Number(config.redis.queue.port),
password: config.redis.queue.password || undefined,
db: config.redis.queue.database || undefined,
},
}); */