Skip to content

Tags: ahmadawais/sourcegraph

Tags

app-v2023.7.11+1384.7d20a90ce7

Toggle app-v2023.7.11+1384.7d20a90ce7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

app-v2023.7.5+1333.e2d4e003e0

Toggle app-v2023.7.5+1333.e2d4e003e0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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