fix(sandbox): handle OpenSandbox PVC lifecycle races and UID preconditions (#7435)
* fix(sandbox): handle OpenSandbox PVC lifecycle races and UID preconditions (#7423) * fix(sandbox): handle OpenSandbox PVC lifecycle races and UID preconditions * refactor(sandbox): operate volume manager on explicit claimName * refactor(sandbox): configure OpenSandbox image and compact volume names refactor(sandbox): unify volume schemas and volume-manager contracts fix(sandbox): harden OpenSandbox volume lifecycle * fix(sandbox): handle stale restore rollback phases and legacy volume fallback
Showing
packages/global/core/ai/sandbox/volume.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
| "pnpm": "10.x" | "pnpm": "10.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt/global": "workspace:*", | |||
| "@hono/node-server": "catalog:", | "@hono/node-server": "catalog:", | ||
| "hono": "catalog:", | "hono": "catalog:", | ||
| "undici": "catalog:", | "undici": "catalog:", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment