Skip to content

Intermittent Issues with Connector Hanging #50

@hisaac

Description

@hisaac

We're currently using this project to connect our Orka environment to GitHub Actions. To do this, I'm running this app in two containers using Podman on a Linux machine.

We're seeing intermittent issues where the connector seems to stop working temporarily. GitHub Actions workflows will sit queued for a long period of time with no runners being made available to them.

Some more details from when this last occurred:

  • When viewing the list of runners within GitHub's web UI, the scale set appears as active in the list, but there are several runners in the list, and they all say "offline". Perhaps their not being cleaned up correctly?
  • When viewing the logs from the container, I see the same message printed many times:
    {"level":"debug","ts":"2025-12-16T15:16:11Z","logger":"http-client","msg":"performing request","method":"GET","url":"https://broker.actions.githubusercontent.com/scalesets/message?lastMessageId=100008133"}
    

My workaround right now is to kill the Podman container and restart it, which seems to unclog things.

Any ideas what's going on here, or what I could do to mitigate this going forward? It seems to happen every few days.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions