Service Fabric Guest Executable graceful closure

This is a specific implementation question regarding how you guys deal with gracefully closing down Traefik as a guest executable in Service Fabric.

We use traefik in our organisation which is hosted as a guest executable. What I am trying to find out is how you guys managed graceful termination of the traefik host in such a way that all finalizer and managed resources are called on exiting. I cant find anything in the service fabric docs, and Ctrl+C apparently sent by Service Fabric. Certainly doesnt seem to be sent for guest executables. Long shot...

1 Like