Add rack decommission pipeline stage
CI / build-and-push (push) Successful in 39s

Racks can now be marked for decommission from the DC view. The rack
leaves production immediately (freeing slot and power), enters the
pipeline as a timed decommission order, and is removed when complete.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-24 20:15:48 -04:00
parent 03ef94c22c
commit 24278297f0
4 changed files with 69 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export type RackSkuId =
export type PipelineStage =
| 'ordered' | 'manufacturing' | 'receiving'
| 'installation' | 'testing' | 'repair';
| 'installation' | 'testing' | 'repair' | 'decommission';
export interface PipelineTimings {
manufacturing: number;