Y
Hacker News
new
|
ask
|
show
|
jobs
by
sa46
1493 days ago
Any interesting details on how it’s implemented? If I were guessing, register a stripe webhook. On each webhook, and fetch changed events and turn it into proper sql.
2 comments
anurag
1492 days ago
We actually use Render cron jobs under the hood:
https://render.com/docs/cronjobs
link
jimhi
1493 days ago
You might find this interesting:
https://github.com/dj-stripe/dj-stripe
link