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
My fly.toml file is configured to utilize the bluegreen deployment strategy:
[deploy]
strategy = "bluegreen"
On each deploy, the Flame machine continues to run and is not terminated in the deploy process.
I'm sure there's a straightforward solution utilizing proper termination events - but I wanted to catalog this issue here for others reference. I will post updates as I work towards my solution.
The text was updated successfully, but these errors were encountered:
I've configured my
Flame.Pool
to use theFlyBackend
and keep a single machine always running in my supervision tree:My
fly.toml
file is configured to utilize thebluegreen
deployment strategy:On each deploy, the Flame machine continues to run and is not terminated in the deploy process.
I'm sure there's a straightforward solution utilizing proper termination events - but I wanted to catalog this issue here for others reference. I will post updates as I work towards my solution.
The text was updated successfully, but these errors were encountered: