Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
My application has a SetupEntryPoint which takes about 2 minutes to run.
How can I raise the service instance open duration to avoid health evaluation errors?
My application has a SetupEntryPoint which takes about 2 minutes to run. How can I raise the service instance open duration to avoid health evaluation errors?