Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Make storage of responses atomic to prevent races with repeated keys

Adam Reichold requested to merge atomic-responses into main

I noticed this as there were duplicate/broken links on Undine which would yield duplicate keys in our response cache which means racing access could yield incomplete data. Making the storage of responses atomic avoid this.

Merge request reports