Hi,
I’m having an issue after deploying (with bluegreen), old version instances are removed, but traffic are not routed to the new one.
App
Name = stream-auth
Owner = personal
Version = 9
Status = running
Hostname = stream-auth.fly.dev
Deployment Status
ID = 0b5ae7eb-9379-9c7c-42a1-f730e24f4c8d
Version = v9
Status = successful
Description = Deployment completed successfully
Instances = 1 desired, 1 placed, 1 healthy, 0 unhealthy
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
8bf1ec5f app 9 sin run running 1 total, 1 passing 0 3m22s ago
244.131.6, session id: 9f1b21d725e04e9191f1522203e04ad4]
2022-04-23T18:06:50.477 app[8bf1ec5f] sin [info] Sat Apr 23 2022 18:06:50 GMT+0000 (Coordinated Universal Time): log sent
2022-04-23T18:07:01.717 runner[efb6c97a] sin [info] Shutting down virtual machine
2022-04-23T18:07:02.885 app[efb6c97a] sin [info] Sending signal SIGINT to main child process w/ PID 515
2022-04-23T18:07:03.884 app[efb6c97a] sin [info] Main child exited with signal (with signal 'SIGINT', core dumped? false)
2022-04-23T18:07:03.884 app[efb6c97a] sin [info] Starting clean up.
anyone knows why? during the delpoyment, traffic was routed to the new version instance, but after a short while, it just stops routing to the new one.
curl-ing ends at “curl: (35) error:02FFF036:system library:func(4095):Connection reset by peer”