-
I'm running a very simple service, and I just can't get it to work, it just stops after 'Connected successfully...', no errors, it just stops, and I can't for the life of me figure out what is going o…
-
My current setup is as follows:
DC A: two `moleculer` services
DC B: two `moleculer` services
DC C: one `moleculer` services
Transporter: gnatsd with TLS on all nodes (each `moleculer` ServiceBrok…
-
Make a better action call retry settings & logic, with exponencial backoff.
Options In broker settings:
```js
retryPolicy: {
retries: 5,
delay: 200,
maxDelay: 1000,
…
-
Hi all,
I've noticed custom alias handler is not calling the authorize method. First I thought of using onBeforeCall; however, it's not called as well. My temporary solution is to create a custom h…
-
The issue scenario is :
`apiGateway.rest -> auth.authorize->demo.welcome->demo.hello`
every step is very simple, should only consider network cost.
If i enable `metrics: true` in each services pr…