I'm consistently getting timeouts during git push
to git.sr.ht/~eliasnaur/gio:
$ git push origin main
Enumerating objects: 23, done.
Counting objects: 100% (23/23), done.
Delta compression using up to 8 threads
Compressing objects: 100% (12/12), done.
Writing objects: 100% (12/12), 1.52 KiB | 1.52 MiB/s, done.
Total 12 (delta 10), reused 0 (delta 0), pack-reused 0
remote: Builds started:
remote: https://builds.sr.ht/~eliasnaur/job/664206 [linux.yml]
remote: https://builds.sr.ht/~eliasnaur/job/664207 [openbsd.yml]
remote: https://builds.sr.ht/~eliasnaur/job/664208 [apple.yml]
remote: https://builds.sr.ht/~eliasnaur/job/664209 [freebsd.yml]
remote: Error sending webhook: Post "https://sr.ht/webhooks/git-repo/271": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
To git.sr.ht:~eliasnaur/gio
7751d737..8d8aeef6 main -> main
Gentle ping. I'm seeing this almost ever push that includes ticket references, leading to missing ticket cross-references and state changes.
I frequently see timeouts when POSTing to my own (AWS-hosted) webhooks as well. I've tested the webhooks from various places and various networks, and they respond in under 100ms 100% of the time, but git.sr.ht frequently times out while trying to send a POST to them.