Skip to content

Commit cc0ed5f

Browse files
Removed one outdated decision.
Removed a decision from decisions.md which claimed the abscence of inference and monitoring pipelines, since both have been implemented in the meantime.
1 parent a6dc761 commit cc0ed5f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/architecture/decisions.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ Snapshots are immutable.
110110
- **Alternatives:** Same as with the [experiments](#flexible-snapshot-usage-for-each-of-the-experiments-feature-sets)
111111
- **Type:** Structural
112112

113-
### Absence of the inference and monitoring pipelines
114-
- **Decision:** Do not implement inference and monitoring pipelines
115-
- **Rationale:** The current snapshot logic (full snaphots with old and new rows) renders these two obsolete; not needed at this stage
116-
- **Alternatives:** Run inference and monitoring on all rows (those used for training the model + new ones) (rejected - results could be misleading)
117-
- **Type:** Structural
118-
119113
### Absence of cron jobs
120114
- **Decision:** Do not implement cron jobs
121115
- **Rationale:** The current architecture implies they are not needed

0 commit comments

Comments
 (0)