mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
11 lines
291 B
TypeScript
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,
|
|
},
|
|
}); */
|