Open
Description
Context
As of a couple days ago, all GitHub actions now fail on any new PR on this repo.

The site still deploys, and preview URLs still work, so this does not block content changes.
However, it increases the risk of infrastructure changes.
Augustine did some investigating as a possible starting point (rephrased from chat):
There is a `BlockingRender` that exists (which makes some async work sync). It uses `Atomic.wait`, and `Atomics.notify`. At some point it may be that there are so many things happening, that there are not enough cycles for the worker thread to pick up the render request. They hang until one times out.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status