Can background jobs be used on serverless providers like Vercel? I’m wondering how the jobs will get processed if there is no long running server?
Hi @bez . No - Redwood background jobs require a server to run the workers.
Vercel and Netlify have their own scheduled functions that can run in the background on their platform.
Or you can try Inngest https://www.inngest.com/ which provides workflows.