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
Add support for RUNNING_APP_STARTING stage and fix import
Fixed two critical issues discovered in deployment logs:
1. **Added RUNNING_APP_STARTING stage support**: HuggingFace introduced
a new intermediate stage "RUNNING_APP_STARTING" that occurs when the
container is running but the application inside is still starting up.
Map this to PENDING status since the health endpoint isn't ready yet.
2. **Fixed DeploymentDefaultEndpoints import**: Corrected import path
from `zenml.enums` to `zenml.config.deployment_settings` to fix
ImportError that was preventing health checks from running.
These fixes allow deployments to properly transition through all HuggingFace
Space stages and reach RUNNING status once the app is fully started.
0 commit comments