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 cae7855 commit f174477Copy full SHA for f174477
website/docs/library/add-job.md
@@ -2,10 +2,10 @@
2
title: "addJob()"
3
---
4
5
-The `addJob` APIs exists in many places in graphile-worker, but all the
6
-instances have exactly the same call signature. The API is used to add a job to
7
-the queue for immediate or delayed execution. With `jobKey` and `jobKeyMode` it
8
-can also be used to replace existing jobs.
+The `addJob` API exists in many places in graphile-worker, but all the instances
+have exactly the same call signature. The API is used to add a job to the queue
+for immediate or delayed execution. With `jobKey` and `jobKeyMode` it can also
+be used to replace existing jobs.
9
10
:::note
11
0 commit comments