Change redis URL
All checks were successful
ci / Image build (push) Successful in 2m4s
ci / Deployment (push) Successful in 23s

This commit is contained in:
2025-08-25 11:35:55 +02:00
parent 5cb2bd7518
commit 3bd93c54fb

View File

@@ -19,7 +19,7 @@ const port = 3000;
app.use(cors()); app.use(cors());
app.use(express.json()); app.use(express.json());
const videoQueue = new Queue('crawlflix_queue', 'redis://192.168.1.222:32768'); const videoQueue = new Queue('crawlflix_queue', 'redis://192.168.1.226:6379');
videoQueue.on('error', (e) => { videoQueue.on('error', (e) => {
console.log('An error occured', e); console.log('An error occured', e);