Refactor code structure for improved readability and maintainability; optimize performance in key functions.
This commit is contained in:
@@ -180,6 +180,12 @@ Conditions can be scoped to specific environments:
|
||||
6. Update exception with recheck result
|
||||
```
|
||||
|
||||
## Persistence
|
||||
|
||||
- Recheck policy definitions are stored in `policy.recheck_policies` with `conditions` as JSONB.
|
||||
- Exceptions reference a policy through `policy.exceptions.recheck_policy_id`.
|
||||
- The latest evaluation snapshot is stored in `policy.exceptions.last_recheck_result` and `policy.exceptions.last_recheck_at`.
|
||||
|
||||
## Build Gate Integration
|
||||
|
||||
Recheck policies integrate with build gates:
|
||||
|
||||
Reference in New Issue
Block a user