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
I have a go-based application that needs to save internal data. The application handles signals and stops itself correctly when modd detects a change.
When I stop modd, I would expect that the application also gets a signal and shutdowns correctly. This does not seem to be the case. The application just dies without a good indication why (maybe sigkill).
modd also doesn't log that it want's to send the signal to the process.
normal behaivour:
I have a go-based application that needs to save internal data. The application handles signals and stops itself correctly when modd detects a change.
When I stop modd, I would expect that the application also gets a signal and shutdowns correctly. This does not seem to be the case. The application just dies without a good indication why (maybe sigkill).
modd also doesn't log that it want's to send the signal to the process.
normal behaivour:
On sigint:
Is this the expected behaviour or am i just doing something wrong?
The text was updated successfully, but these errors were encountered: