immoral cat
@kucinghitamfake
The cat who called the demon
ID: 1162783023697235968
17-08-2019 17:47:39
3,3K Tweet
79 Followers
1,1K Following
Abhishek Singh First rule: Never block the webhook on business logic. If the provider is sending 100 req/sec and I can only process 10, the webhook endpoint should do almost nothing: 1. Validate signature 2. Persist raw payload (durably) 3. Enqueue to a buffer (Kafka/SQS/Redis) 4. Return 200