Skip to content

Commit de53f2a

Browse files
authored
docs: adds missing "to" in jobs-queue/overview (#9778)
Adds missing "to": "offload these tasks a separate compute resource" -> "offload these tasks **_to_** a separate compute resource".
1 parent 7def6b7 commit de53f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jobs-queue/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Examples:
4242

4343
**Offloading complex operations**
4444

45-
You may run into the need to perform computationally expensive functions which might slow down your main Payload API server(s). The Jobs Queue allows you to offload these tasks a separate compute resource rather than slowing down the server(s) that run your Payload APIs. With Payload Task definitions, you can even keep large dependencies out of your main Next.js bundle by dynamically importing them only when they are used. This keeps your Next.js + Payload compilation fast and ensures large dependencies do not get bundled into your Payload production build.
45+
You may run into the need to perform computationally expensive functions which might slow down your main Payload API server(s). The Jobs Queue allows you to offload these tasks to a separate compute resource rather than slowing down the server(s) that run your Payload APIs. With Payload Task definitions, you can even keep large dependencies out of your main Next.js bundle by dynamically importing them only when they are used. This keeps your Next.js + Payload compilation fast and ensures large dependencies do not get bundled into your Payload production build.
4646

4747
Examples:
4848

0 commit comments

Comments
 (0)