Stream: wasmtime

Topic: github status and/or woes


view this post on Zulip Alex Crichton (Feb 04 2026 at 19:12):

in the spirit of starting a thread on this, I've noticed notification emails being received very late today, I'm only just now getting notifications in email for stuff that happened hours ago

view this post on Zulip Victor Adossi (Feb 05 2026 at 10:08):

Continuing in that spirit GH actions and GH as a whole has been slow/buggy this week (and a little of last week)? My emails have been also coming through slowly, but haven't seen actions failures as a symptom just yet

view this post on Zulip fitzgen (he/him) (Feb 09 2026 at 16:10):

pages are loading slowly and getting intermittent errors for me rn

https://www.githubstatus.com/ says "notifications are delayed" but it seems like its their whole system that is being sluggish

view this post on Zulip fitzgen (he/him) (Feb 09 2026 at 16:10):

aaand now I'm getting unicorns

view this post on Zulip Alex Crichton (Feb 09 2026 at 16:36):

git pushes are failing now too

view this post on Zulip Alex Crichton (Feb 09 2026 at 16:36):

man things fell over fast

view this post on Zulip Alex Crichton (Feb 09 2026 at 16:46):

Screenshot 2026-02-09 at 10.46.38.jpg

it's like it's christmas!

view this post on Zulip Alex Crichton (Feb 09 2026 at 16:47):

so colorful!

view this post on Zulip fitzgen (he/him) (Feb 09 2026 at 16:57):

when I do manage to load a PR or something, it seems like actions are not getting scheduled for the PR at all

view this post on Zulip Till Schneidereit (Feb 09 2026 at 17:23):

going through a VPN with a European exit node might help? https://eu.githubstatus.com/

view this post on Zulip Ralph (Feb 09 2026 at 17:54):

there was a snow hour over here, too

view this post on Zulip Ralph (Feb 09 2026 at 17:55):

my US team seems like it's working again?

view this post on Zulip Alex Crichton (Feb 09 2026 at 19:00):

Till Schneidereit said:

going through a VPN with a European exit node might help? https://eu.githubstatus.com/

routing through germany I'm getting extremely slow git pushes right now as well as unicorns -- my guess is this is more of a backend thing than a frontend

view this post on Zulip Alex Crichton (Feb 09 2026 at 19:12):

everything got green for a bit and it's all back to very red

view this post on Zulip Alex Crichton (Feb 09 2026 at 19:26):

We're not really keeping track per-se, but at some point we're going to cross the threshold of "it would be cheaper to hire someone to maintain self-hosted CI infrastructure"

view this post on Zulip Chris Fallin (Feb 09 2026 at 19:30):

Three Mondays in a row with major outages; perhaps all BA member companies should adopt 4-day workweeks Tue-Fri ¯\_(ツ)_/¯

view this post on Zulip bjorn3 (Feb 10 2026 at 12:48):

Till Schneidereit said:

going through a VPN with a European exit node might help? https://eu.githubstatus.com/

Wouldn't that only help if the bytecodealliance enterprise account itself is a European account?

view this post on Zulip Ralph (Feb 10 2026 at 14:55):

I'm fairly sure there was an underlying resource failure of some sort; it absolutely went out here in the EU as well, but was back up in about 15 minutes or so......

view this post on Zulip Ralph (Feb 10 2026 at 14:55):

FWIW, all of gh is on a stability freeze -- no new rollouts or config changes of any sort -- to fully understand and rectify what happened particularly this week.

view this post on Zulip Alex Crichton (Feb 10 2026 at 15:35):

Screenshot 2026-02-10 at 09.34.58.jpg

so it begins anew...

view this post on Zulip Ralph (Feb 10 2026 at 16:41):

good god

view this post on Zulip Ralph (Feb 10 2026 at 16:41):

are you running again, or is it STILL there?

view this post on Zulip Alex Crichton (Feb 10 2026 at 16:56):

I have done much GitHub myself this morning and the page is all green now so hopefully fine...

view this post on Zulip Alex Crichton (Feb 11 2026 at 16:17):

Screenshot 2026-02-11 at 10.17.07.jpg

Another day, more errors. I'm seeing a lot of delayed notifications this morning as well as a lot of spurious failures in this CI run

view this post on Zulip Ralph (Feb 11 2026 at 16:31):

all I can do here is listen to the pain and pass it along to Ben

view this post on Zulip Alex Crichton (Feb 11 2026 at 16:48):

Oh that's understandable yeah, this is primarily a heads-up channel for us so we can share what we're seeing and be aware of outages/problems on our end

view this post on Zulip Ralph (Feb 11 2026 at 16:50):

totes git it; I'm just letting you know that I'm backchanneling but also that I can't do more than that

view this post on Zulip Alex Crichton (Feb 11 2026 at 16:51):

that's also much appreciated too!

view this post on Zulip Victor Adossi (Feb 11 2026 at 16:59):

Maybe we can get the CEO of GraphQL on the phone
(apologies, couldn't resist)

view this post on Zulip Ralph (Feb 11 2026 at 16:59):

hey, any port in a storm, right?

view this post on Zulip Ralph (Feb 11 2026 at 17:51):

as it happens, the ex CEO of GH is starting his own new GH, so maybe we can all move there while they don't charge anything? :-)

view this post on Zulip Ralph (Feb 11 2026 at 17:52):

meanwhile, the poor pm who has to deal with all this from customers:
image.png

view this post on Zulip Ralph (Feb 11 2026 at 17:52):

due diligence: he IS kidding, painfully

view this post on Zulip Alex Crichton (Feb 11 2026 at 22:06):

We've talked about retries and such before, but here's an example of an exponential backoff and it just fails every time...

view this post on Zulip Lann Martin (Feb 11 2026 at 23:46):

Could be hitting the rate limit for unauthenticated requests...

view this post on Zulip Lann Martin (Feb 11 2026 at 23:55):

Could try using the gh CLI which can download via authenticated API calls, e.g. for the example you linked this seems to work: gh release download --repo bytecodealliance/wasm-tools wasm-tools-1.0.27 -p wasm-tools-1.0.27-x86_64-linux.tar.gz
I believe gh is preinstalled for standard actions runners but it might require a bit more config to make it authenticate as the action: https://docs.github.com/en/actions/tutorials/authenticate-with-github_token#example-1-passing-the-github_token-as-an-input
Alternatively: https://github.com/marketplace/actions/release-downloader

view this post on Zulip Chris Fallin (Feb 11 2026 at 23:58):

It looks like each attempt there downloads ~55kB then stalls -- I'd expect a rate limit to immediately return a 429 or 500 or whatever. Looks like maybe a CDN/cache problem as each download stalls at the same chunk? In any case, points more to "flaky platform" than "problem that we can solve easily" IMHO

view this post on Zulip Till Schneidereit (Feb 12 2026 at 15:51):

we could also try to cache tool downloads, so we presumably at least are closer to the storage the bits come from, and they all come from the same storage?


Last updated: Feb 24 2026 at 04:36 UTC