You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICommunicationListener.CloseAsync is not called and instead ICommunicationListener.Abort is called.
when using the force-remove=false flag neither the ICommunicationListener.Abort nor the ICommunicationListener.CloseAsync functions get called.
What is the expected behavior for replica remove with --force-remove=false? what is the default? how can i achieve graceful restart of my stateless service process?
The text was updated successfully, but these errors were encountered:
Please note that you don't necessarily need to update the application version in order to perform an upgrade. You can also do this by updating some application parameter. You could also designate a "dummy" application parameter just for this purpose.
I'm trying to issue a sfctl replica remove command to gracefully restart my stateless service process.
when using this command:
ICommunicationListener.CloseAsync is not called and instead ICommunicationListener.Abort is called.
when using the force-remove=false flag neither the ICommunicationListener.Abort nor the ICommunicationListener.CloseAsync functions get called.
What is the expected behavior for replica remove with --force-remove=false? what is the default? how can i achieve graceful restart of my stateless service process?
The text was updated successfully, but these errors were encountered: