server/database/datasource.ts

11 lines
291 B
TypeScript
Raw Normal View History

2024-03-12 19:27:50 +01:00
// import { Queue } from "bullmq";
2024-03-12 19:27:50 +01:00
/* const federationQueue = new Queue("federation", {
2023-11-27 02:40:44 +01:00
connection: {
host: config.redis.queue.host,
2023-11-27 06:53:13 +01:00
port: Number(config.redis.queue.port),
password: config.redis.queue.password || undefined,
2023-11-27 06:30:57 +01:00
db: config.redis.queue.database || undefined,
2023-11-27 02:40:44 +01:00
},
2024-03-12 19:27:50 +01:00
}); */