Scheduled handlers and Queues with SvelteKit
Hello š
Is it possible to utilize Scheduled handlers (cron triggers) and/or queues with
adapter-cloudflare
for SvelteKit? If so, are there any examples of using these or best practice for getting this set up?1 Reply
No, you cannot
You would need to deploy with the Workers adapter
And even then, you would have to modify the build output somehow