Best tool for long lasting background work? (e.g. 15 mins)
I have an app which runs on cloudflare pages. This means that my backend runs on workers on the edge, and have a 30 second timeout. Is there a tool in cloudflare, which allows me to run a specific worker/function for longer? like 15 minutes? It doesn't need to return anything, it needs just to compute something and save it in the database.
3 Replies