mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add unique id to instances (#6863)
* add serverId and workerId * adjust id format * fix logger init / test * update implementation
This commit is contained in:
committed by
GitHub
parent
f038e1e9a6
commit
6499f42481
@@ -85,6 +85,7 @@ export class Webhook extends BaseCommand {
|
||||
async run() {
|
||||
await Container.get(Queue).init();
|
||||
await this.server.start();
|
||||
this.logger.debug(`Webhook listener ID: ${this.server.uniqueInstanceId}`);
|
||||
this.logger.info('Webhook listener waiting for requests.');
|
||||
|
||||
// Make sure that the process does not close
|
||||
|
||||
Reference in New Issue
Block a user