We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcab33 commit ecb9cadCopy full SHA for ecb9cad
packages/redis-worker/src/worker.ts
@@ -395,7 +395,7 @@ class Worker<TCatalog extends WorkerCatalog> {
395
}
396
397
private setupShutdownHandlers() {
398
- shutdownManager.register("redis-worker", this.shutdown.bind(this));
+ shutdownManager.register(`redis-worker:${this.options.name}`, this.shutdown.bind(this));
399
400
401
private async shutdown(signal?: NodeJS.Signals) {
0 commit comments