Initial commit of working RSS Aggregator build
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Queue } from "bullmq";
|
||||
|
||||
// BullMQ v4 requires host + port, NOT url:
|
||||
export const feedQueue = new Queue("feeds", {
|
||||
connection: {
|
||||
host: "redis",
|
||||
port: 6379
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user