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
The checkpoint write was piggybacking on the autoscaler loop iteration,
so a multi-second backup+upload would stall the next autoscaler tick.
Spawn a dedicated checkpoint-loop thread that owns the limiter and runs
write_checkpoint independently.
0 commit comments