JUNE 11, 2025
Sourcegraph 6.4.2622
A newer patch release is available: 6.4.3889. See all changes in Sourcegraph 6.4.
Details
Fixes
- Source Retry watching executor pods (#5813)
@sourcegraph/release
- Source Handle 429 TooManyRequest responses from GitHub
Fixed an issue where Sourcegraph was not handling rate limit responses from GitHub correctly.
Backport bf997a77ecc58fe669b015aa6e8d2578c4e78607 from #5787
Other
- Deep search: fix race condition in model validation
This fixes the error "ModelConfigService not initialized. Init not called" which might occur during startup. The error was caused by a race condition where the validator of the Deep Search site config expected the model config service to be initialized.