working on queue

This commit is contained in:
Boki 2025-06-11 09:53:04 -04:00
parent be807378a3
commit 24b7ed15e4
5 changed files with 105 additions and 34 deletions

View file

@ -308,7 +308,8 @@ export class QueueService {
workers: this.workers.length,
concurrency: this.getTotalConcurrency()
};
} async shutdown() {
}
async shutdown() {
if (!this.isInitialized) {
this.logger.warn('Queue service not initialized, nothing to shutdown');
return;