We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd13025 commit 860fb67Copy full SHA for 860fb67
website/docs/library/add-jobs.md
@@ -31,6 +31,9 @@ Example:
31
```js
32
await addJobs([
33
{ identifier: "send_email", payload: { to: "someone@example.com" } },
34
+ { identifier: "send_email", payload: { to: "anyone@example.com" } },
35
+ { identifier: "send_email", payload: { to: "thisone@example.com" } },
36
+ { identifier: "send_email", payload: { to: "anotherone@example.com" } },
37
]);
38
```
39
0 commit comments