kill_signal sent twice to the same machine at the same time

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?