I have these config in the fly.toml file for my nodejs app:
kill_signal = "SIGTERM"
kill_timeout = 180
In my app log I can see that SIGTERM
was sent two times to the same machine at the same time.
Why is that?
I have these config in the fly.toml file for my nodejs app:
kill_signal = "SIGTERM"
kill_timeout = 180
In my app log I can see that SIGTERM
was sent two times to the same machine at the same time.
Why is that?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.