thin-backend
thin-backend copied to clipboard
Add support for cronjobs
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 to trigger a Thin Function to be run daily.