oxidecomputer / oxidecomputer/buildomat

Automatically retrieve missing webhook deliveries

Open
#109 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
72
Forks
5
PR merge metrics
No merged PRs in 30d

Description

GitHub has an API to list all webhook deliveries in the last three days, retrieve the body of the events, and re-submit the webhooks. It would be nice to update the GitHub server to automatically scrape that API for missing deliveries, without having to manually do that when recovering from outages.

Note that we'll want to filter which webhooks we retrieve the payload for: during the last production outage we had ~7000 missed deliveries, but only 270 of them were for events we actually cared about.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the linked GitHub webhook deliveries API and tracing the existing GitHub server webhook handling. Determine how missed deliveries can be identified and filtered to events the service uses, then verify that selected deliveries can be retrieved and resubmitted after an outage.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, rust
Domain
api, backend, devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.