Skip to content

gitserver: Don't use serverContext() for db updates

Administrator requested to merge rs/gitserver-context into main

Created by: ryanslade

The serverContext() method not only returns a context, it also increments a WaitGroup that can delay shutdown of the server which is not what we want in these cases.

Test plan

All tests still pass

Merge request reports

Loading