Skip to content

Commit

Permalink
fix(core): Fix duplicate Redis publisher (n8n-io#10392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Aug 14, 2024
1 parent 33a2703 commit 45813de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/services/redis/RedisServiceBaseClasses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class RedisServiceBase {
this.logger.warn('Error with Redis: ', error);
}
});

this.isInitialized = true;
}

async destroy(): Promise<void> {
Expand Down

0 comments on commit 45813de

Please sign in to comment.