Open hoangmirs opened 11 months ago
One way to run such a task without setting up anything additional on Heroku (see: https://devcenter.heroku.com/articles/scheduler) is to use a GitHub Actions workflow with the trigger schedule
: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule.
In both cases, there is a cost of running it. However, on GH Actions, it would be within our free tier of 3,000 minutes and by using a workflow, it can be trigged manually when needed.
IMO I doubt it would be needed to be run daily. Weekly might be sufficient 💡
Why
Who Benefits?
Maintainers