Just had a thought re-reviewing one of my PRs: Are any cron-related features we add to the app (e.g. daily digests, booking reminders, scheduled SMS’, scheduled WhatsApp) fully functioning on self-hosted deployments?
For main
Cal.com, we’re relying on GitHub Actions to trigger crons (by poking an API endpoint, validated with CRON_KEY).
Might be worth a new docs page under “Self Hosting” noting how to re-implement those in more traditional environments (actual crontabs), or otherwise (Google Cloud Scheduler, and AWS / Azure equivalents – that I’m sure exist?). I’d be happy to draft something up if the docs are open source?