generated from michielbdejong/node-typescript-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There's no good way to keep track of the message queue in the cluster.
I'm thinking therefore:
- from the primary, start a number of probes, start with just one at at time
- wait for the message traffic in the primary to stop (10ms passing without any messages being sent)
- if that works, increase the number of concurrent probes, for instance one or one in each worker
- there will immediately be a risk of probes competing over the same loops, but that's reality
Metadata
Metadata
Assignees
Labels
No labels