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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user