Skip to content

Commit b726765

Browse files
authored
Note that addJobAdhoc is new
1 parent a526b5a commit b726765

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/library/queue.md

+7
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ A `WorkerUtils` instance has the following methods:
9595

9696
## `addJobAdhoc()`
9797

98+
:::info
99+
100+
This was called `quickAddJob()` in Graphile Worker up until v0.16.x, but was
101+
renamed to `addJobAdHoc()` in v0.17.
102+
103+
:::
104+
98105
```ts
99106
function addJobAdhoc(options: WorkerUtilsOptions, ...addJobArgs): Promise<Job>;
100107
```

0 commit comments

Comments
 (0)