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
Currently FLAME will only start a new node when the maximum concurrency is reached which can lead to cold starts during heavy load.
Adding a new parameter for "spinup_at_percentage" and being able to pass in something like 0.8. So that a new node starts at 80% capacity to pre-empt load.
These could have an aggressive idle timer so they stop if that capacity isn't used.
Eventually perhaps monitoring the rate of incoming work so that new nodes are spun up if it can't cope.