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
When provisioning a deployment to an existing Space that is STOPPED
or PAUSED, the deployer now automatically restarts it. This ensures
that deployments work correctly even when reusing Spaces that have
been put to sleep by HuggingFace's auto-sleep mechanism.
Key changes:
- Check Space runtime state when updating existing Space
- Call restart_space() API if Space is STOPPED or PAUSED
- Add logging to indicate when Space is being restarted
This fixes the bug where deployments would fail silently when the
target Space was in a sleeping state.
0 commit comments