You can only run background tasks if you use context.waitUntil and those can run for 30 seconds at m
You can only run background tasks if you use context.waitUntil and those can run for 30 seconds at most if thats what you really want to know.

Edit Cloudflare Workers for dave-worker something that Cloudflare auto-created for a Worker?
Edit Cloudflare Workers (no worker name suffix) that I don't recall creating either

vars
export default {
fetch() { return new Response("foo") }
}Edit Cloudflare Workers for dave-workerEdit Cloudflare Workersvars