data timeout fixes; research agent improvements
This commit is contained in:
6
bin/dev
6
bin/dev
@@ -511,9 +511,9 @@ deep_restart() {
|
||||
# Force restart iceberg-catalog since it depends on postgres and minio
|
||||
echo -e "${GREEN}→${NC} Force restarting iceberg-catalog (depends on postgres/minio)..."
|
||||
kubectl delete pod -l app=iceberg-catalog 2>/dev/null || true
|
||||
# Remove all sandbox deployments and services to free quota
|
||||
echo -e "${GREEN}→${NC} Removing all sandbox deployments and services..."
|
||||
kubectl delete deployments,services --all -n sandbox 2>/dev/null || true
|
||||
# Remove all sandbox deployments, services, and PVCs to fully reset user state
|
||||
echo -e "${GREEN}→${NC} Removing all sandbox deployments, services, and PVCs..."
|
||||
kubectl delete deployments,services,pvc --all -n sandbox 2>/dev/null || true
|
||||
;;
|
||||
*)
|
||||
echo -e "${RED}Error: Unknown service '$service'${NC}"
|
||||
|
||||
Reference in New Issue
Block a user