cloudpups / cloudpups/github-teams-user-sync
Trigger various cache affecting calls asyncronously
- Vorherrschende Sprache
- TypeScript
- Sterne
- 1
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Many calls are cached for two reasons:
1. To mitigate bumping into the GitHub API rate limit
2. To make this application feel "snappier" since some calls can be very time consuming for larger orgs.
This isn't necessarily a v1 requirement, but certain calls (i.e., listing members of an org) NEED to be ran in the background on some set cadence (even when this hooks into GitHub events- we need to validate at some point that no event was missed, after all).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start by locating the cached GitHub calls, especially organization-member listing, and the GitHub event-handling path. Done means the required calls run in the background on a defined cadence and the event-driven path can detect whether an event was missed.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- typescript
- Bereich
- api, backend
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100