Skip to content

Prevent Gitaly WriteConfig log noise

Jacob Vosmaer requested to merge write-config-not-found into master

What does this MR do?

Adds a guard clause to prevent making a failing Gitaly WriteConfig call. These failed calls trigger alerts, while the client side code does not care.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitaly#1221 (closed)

Merge request reports