You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background tasks are server-side operations that run independently of the user request-response cycle.
18
18
They are typically used for time-consuming or periodic work like data processing or maintenance jobs.
19
19
These tasks execute on the server and can be triggered on a schedule or programmatically.
20
+
20
21
For details on which hosting platforms support scheduled tasks (including platform-specific native integrations like Cloudflare Cron Triggers and Vercel Cron Jobs), see the [Nitro documentation on platform support](https://nitro.build/docs/tasks#platform-support).
0 commit comments