ugh
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m30s

This commit is contained in:
2025-12-02 18:43:49 -08:00
parent b800f85f9b
commit 33b1800f72
5 changed files with 50 additions and 25 deletions

View File

@@ -1,9 +1,5 @@
// src/services/queueService.server.ts
import { Queue, Worker, Job } from 'bullmq';
// Load environment variables from .env file at the very beginning.
import dotenv from 'dotenv';
dotenv.config();
import IORedis from 'ioredis'; // Correctly imported
import path from 'path';
import fs from 'fs/promises';