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
Handle init_blocks in scaling strategy, rather than special-casing it
This is part of issue #3278 tidying up job and block management.
Now init_blocks scale out happens on the first strategy poll, not at executor
start - that will often delay init_blocks scaling by one strategy poll period
compared to before this PR.
0 commit comments