Add architecture decision records for Discord.js, PostgreSQL, polling strategy, and modular monolith
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# ADR-003: Polling over Webhooks for Content Sources
|
||||
|
||||
**Status:** Accepted
|
||||
**Context:** YouTube, Instagram, TikTok do not provide push webhooks to arbitrary third parties without approval.
|
||||
**Decision:** Poll public APIs on a CRON schedule (15-min interval).
|
||||
**Consequences:** ~5 min delay between publish and Discord post; API quota management required.
|
||||
Reference in New Issue
Block a user