// 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, }, }); */