Tags: ahmadawais/sourcegraph
Tags
graphqlbackend: update throttled to use Ctx stores (sourcegraph#54748) It seems we were using a weird version of throttled which I don't think was actually based on the v2 series correctly. This updates us to the latest version and moves us away from the removed struct GCRARateLimiter and the deprecated interface GCRAStore. I came across this while attempting to update deps and getting failing compiles. Test Plan: we have unit tests for this, so CI.
cody-gateway/events: do not let bufferedLogger.Stop time out (sourceg… …raph#54598) We want to make sure we ~never drop anything, so let's just allow buffered events logger to work for longer to process all events. ## Test plan n/a
PreviousNext