Skip to content

Draft: Do not append build log data to a persistent store

Grzegorz Bizon requested to merge feature/gb/build-logs-consistent-writes into master

What does this MR do?

This merge request prevents the situation in which data can be appended to a persistent storage of build logs, like object storage, or local database.

Data should be only appended to Redis, and then flushed to a persistent storage once a chunk reaches a desirable size.

Conformity

Issues

Closes #276194

Edited by Grzegorz Bizon

Merge request reports

Loading