I have a system that uses stateless services hosted in Service Fabric
This is running in a local dev cluster with 5 nodes
Some of my services have InstanceCount set to -1
I was expecting to see multiple instances of the host executables to show in task manager but I only see 1
This is making me think there is only 1 instance
Am I doing something wrong?
Paul