Pinned Tweet
Vector
3.1K posts

Vector
@_vector15
FAFOing through life Polymath maxing
127.0.0.1 Joined Şubat 2025
399 Following436 Followers
Vector retweeted
Vector retweeted

a while ago i built a pair of webhook ingestion service + ci worker,
[repo in comments]
core flow which this follows is webhook ingestion happens > validation > persists/idempotency > enqueues > async worker picks it up > state/logs/db
since this a demo , a mock api allows us to simluate an incoming process.
Async job processing, kept producers and consumers separate, backpressure handling via queues, exp backoff, raw body webhook signature for webhook handling ( hmac ), structured logging with logger, event routing as per the type
Simulated ci pipeline by adding time based state/log updates. CI worker also has time window detection (rate/burst detection with the last 2 mins)
State is persisted, logs are supplementary
This completes everything around webhook driven architecture -- we built an ingestion service, a ci worker pipeline and our own delivery system.


English
Vector retweeted
Vector retweeted
Vector retweeted
Vector retweeted

banger articles you should read

flowstate@k_flowstate
Day 5 of posting banger articles you should read
English
Vector retweeted
Vector retweeted
Vector retweeted
Vector retweeted




















