Execute Vast.ai secondary workflow: Core Workflow B. Use when implementing a secondary use case, or complementing the primary workflow. Trigger with phrases like "vastai secondary workflow", "secondary task with vastai".
Replace ad hoc multi-instance orchestration with the provider Serverless control plane. Prove a template independently, establish worker and queue bounds from load evidence, then let the workergroup perform a graceful rolling update.
Launch the new model or environment on a non-production endpoint and verify load, readiness, response schema, and representative outputs.
Set min_load, min_workers, max_workers, cold_workers, inactivity_timeout, target_queue_time, and max_queue_time from explicit SLO and budget assumptions.
During initial rollout, drive representative load up to roughly twice expected capacity and back down three times so the engine can learn GPU cost/performance.
Record endpoint latency, queue time, error rate, active/inactive workers, model identity, and spend before changing production.
Save the new template, update the workergroup reference, and monitor inactive workers updating first while active workers drain in-flight requests.
Verify every worker is on the candidate and compare SLOs. If it fails, point the workergroup back to the last verified template and observe the reverse rollout.
Use a scoped key with the documented misc Serverless permissions and no billing-write authority. Keep model registry credentials in approved environment variables, separate from the Vast.ai key.
Use Read and Grep to inspect manifests, configuration, provider output, and existing tests before proposing a mutation. Use Write or Edit only for the approved plan, implementation, test, or redacted receipt; do not create, update, destroy, or fund Vast.ai resources without explicit operator approval.
Return endpoint/workergroup IDs, old and new template identities, scaling bounds, load profile, SLO delta, and final rollout state.
A vLLM endpoint validates a new model on a canary, applies bounded queue targets, then updates its workergroup; active requests drain while new requests move to updated workers, with the old template retained for rollback.
| Failure | Response | | --- | --- | | Canary cannot load the model | Do not update production; fix image, model, or environment configuration. | | Queue time breaches during rollout | Pause acceptance, increase safe capacity within budget, or roll back the template. | | Workers do not converge | Inspect workergroup logs and configuration; do not claim zero-downtime completion. | | New output contract regresses | Roll back to the last verified template and preserve comparison evidence. |
npx skills add jeremylongshore/vastai-core-workflow-b下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer