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
Services
NAME VERSION UPTIME STATUS REPLICAS ENDPOINT
http - 6m 48s NO_REPLICA 0/1 34.239.227.235:30001
Service Replicas
SERVICE_NAME ID VERSION IP LAUNCHED RESOURCES STATUS REGION
http 1 1 44.213.109.175 7 mins ago 1x AWS(vCPU=2) SHUTTING_DOWN us-east-1
After a while it became
Services
NAME VERSION UPTIME STATUS REPLICAS ENDPOINT
http - 8m 14s NO_REPLICA 0/0 34.239.227.235:30001
Service Replicas
No existing replicas.
The curl's are still ongoing and fail to wake up the service.
Both problems seem unexpected. Since there's constant traffic hitting the service, scale-to-zero shouldn't have kicked in. Also, why is the service not woken up?
# Reclip self.target_num_replicas with new min and max replicas.
ifself.target_qps_per_replicaisNone:
returnself.min_replicas
The UX in current master is problematic, i.e. showing Autoscaling from 0 to 1 replica when autoscaling is not enabled. We need to prompt the user if target_qps_per_replica is not set, the autoscaling will not enabled. Just submitted a PR to fix this #3361
Repro:
replicas: 1
sky serve up -n http examples/serve/http_server/task.yaml -y
while 1; do curl -L 34.239.227.235:30001; sleep 0.5; done
sky serve update http examples/serve/http_server/task.yaml -y
Observed: Status immediately became
After a while it became
The curl's are still ongoing and fail to wake up the service.
Both problems seem unexpected. Since there's constant traffic hitting the service, scale-to-zero shouldn't have kicked in. Also, why is the service not woken up?
commit 82c50f5
cc @cblmemo @Michaelvll
The text was updated successfully, but these errors were encountered: