Skip to content

[infra] GitHub actions no longer completes a build or test #1201

Open
@AndrewJakubowicz

Description

@AndrewJakubowicz

Context

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

Screenshot 2023-10-02 at 1 38 09 PM

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions