Test: instantiate new clients for every request.
Some checks failed
semver Build semver has succeeded
format Build format has succeeded
build Build build has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded

Trying to figure out why I am getting the below error occasionally in gitea:

Delivery: Post "https://webhookbridge.fizz.buzz/hook": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
This commit is contained in:
Tom Alexander
2024-09-29 21:42:22 -04:00
parent 9ed8905a5c
commit 1c082a5e24
2 changed files with 23 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ inherits = "release"
lto = true
strip = "symbols"
[profile.dev]
[target.'cfg(target_os = "linux")'.profile.dev]
codegen-backend = "cranelift"
[profile.dev.package."*"]