Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/api-core/src/cfg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,8 @@ be propagated there by DPF.
| Field | Type | Default | Description |
| ------- | ------ | --------- | ------------- |
| `enabled` | `bool` | `false` | Enable BOM/SKU validation. |
| `ignore_unassigned_machines` | `bool` | `false` | Let machines without a SKU bypass validation. |
| `allow_allocation_on_validation_failure` | `bool` | `false` | Keep machines allocatable even when validation fails. |
| `ignore_unassigned_machines` | `bool` | `false` | When enabled, a machine that remains unassigned can skip BOM validation and proceed; machines with an assigned SKU are still validated. |
| `allow_allocation_on_validation_failure` | `bool` | `false` | Let machines with assigned SKUs proceed after validation failure; a missing SKU can be transiently reported until the next reconciliation. Does not bypass unassigned machines. |
| `find_match_interval` | `Duration` | `5m` | Interval between SKU match attempts. |
| `auto_generate_missing_sku` | `bool` | `false` | Auto-create missing SKUs from expected machines. |
| `auto_generate_missing_sku_interval` | `Duration` | `5m` | Interval between auto-generate attempts. |
Expand Down
Loading
Loading