Background Jobs Service.
Unanswered
West African Lion posted this in #help-forum
West African LionOP
What is the go to background jobs tool/framework people using?
2 Replies
@West African Lion What is the go to background jobs tool/framework people using?
you mean cron jobs? if so, you can set it up if you’re using Vercel - https://vercel.com/guides/how-to-setup-cron-jobs-on-vercel. or you can use a free service like https://cron-job.org/
West African LionOP
Not cron jobs. More like a long running jobs queue, like Sidekiq is for Ruby. I was looking into trigger.dev but haven't got it to work yet.