enable no-wait for broker at startup
This commit is contained in:
parent
22edd9e653
commit
3c073ff9e5
|
@ -142,6 +142,7 @@ import { TerritoryController } from './logger/adapters/primaries/territory.contr
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
uri: configService.get<string>('RMQ_URI'),
|
uri: configService.get<string>('RMQ_URI'),
|
||||||
|
connectionInitOptions: { wait: false },
|
||||||
enableControllerDiscovery: true,
|
enableControllerDiscovery: true,
|
||||||
}),
|
}),
|
||||||
inject: [ConfigService],
|
inject: [ConfigService],
|
||||||
|
|
Loading…
Reference in New Issue