working on queue
This commit is contained in:
parent
be807378a3
commit
24b7ed15e4
5 changed files with 105 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue