Skip to content

Commit 048b06f

Browse files
authored
format
1 parent 32748cc commit 048b06f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/solid-start/(2)guides/(4)background-tasks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SolidStart supports scheduled background tasks through [Nitro's Tasks API](https
1717
Background tasks are server-side operations that run independently of the user request-response cycle.
1818
They are typically used for time-consuming or periodic work like data processing or maintenance jobs.
1919
These tasks execute on the server and can be triggered on a schedule or programmatically.
20+
2021
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).
2122

2223
## Configuration

0 commit comments

Comments
 (0)