digitallyinduced / digitallyinduced/thin-backend
Add support for cronjobs
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
E.g. if you want to send an email for due invoices, a way to run a thin function daily would be helpful.
**Workaround:**
Use a [GitHub action cronjob](https://vercel.com/docs/concepts/solutions/cron-jobs) to trigger a [Thin Function to be run](https://thin.dev/docs/sending-email) daily.
Contributor guide
Assessment
This issue has not been assessed yet.