Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PostHog/duckgres
/ Error
Method
Error
cmd/cache-proxy/proxy.go:630–632 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
628
if
lastErr != nil {
629
originSpan.SetStatus(codes.Error, lastErr.Error())
630
}
631
return
lastErr
632
}
633
634
func
jitteredOriginRetryDelay(backoff, maxBackoff time.Duration) time.Duration {
635
if
backoff <= 0 {
Callers
15
handleConnect
Method · 0.45
HandleProxy
Method · 0.45
fetchOrigin
Method · 0.45
isRetriableOriginFetchError
Function · 0.45
originRetryReason
Function · 0.45
forwardUncached
Method · 0.45
HandlePeerHas
Method · 0.45
HandlePeerGet
Method · 0.45
TestFetchFromPeersEmptyPeerList
Function · 0.45
main
Function · 0.45
TestDiskCacheRejectsInvalidKey
Function · 0.45
TestDiskCacheEviction
Function · 0.45
Calls
no outgoing calls
Tested by
5
TestFetchFromPeersEmptyPeerList
Function · 0.36
TestDiskCacheRejectsInvalidKey
Function · 0.36
TestDiskCacheEviction
Function · 0.36
TestPutStreamErrorMidStream
Function · 0.36
TestPutStreamOversizedObject
Function · 0.36