Goal detail
Webhook reliability
Backoff + idempotency for Meta 503 storms.
individualquarterOMOmar Mostafa
Progress to target55%
Measurable target: 0 retry storms
Own weight (of siblings)
80%
Effective weight in hierarchy
18.0%
Contributing signals
2
Parent chain
how this ladders upEffective weight (18.0%) is the product of every weight up this chain — it's how much of the org's total attention this goal deserves.
Goals that ladder up to this
0 childrenNo child goals
This is a leaf objective — individual work links to it directly.
Contributing signals
work the engine linked to this goalOM
◆GitLabGoal-aligned
Webhook retries flood the agent on Meta 503sProduction incident write-up: when Meta returns 503, our webhook receiver retries with no backoff, multiplying load. Proposes exponential backoff + idempotency key. Linked to 3 Sentry issues.
Omar Mostafa
80
alignment
OM
◆GitLabGoal-aligned
feat: exponential backoff + idempotency key on webhook receiverImplements the fix proposed in #88. Retries now back off 1s→32s with jitter; idempotency key dedupes Meta redeliveries. Adds 8 tests covering the 503 storm scenario.
Omar Mostafa
86
alignment