Skip to content

Commit

Permalink
Note that addJobAdhoc is new
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Jan 5, 2025
1 parent a526b5a commit b726765
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/library/queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ A `WorkerUtils` instance has the following methods:

## `addJobAdhoc()`

:::info

This was called `quickAddJob()` in Graphile Worker up until v0.16.x, but was
renamed to `addJobAdHoc()` in v0.17.

:::

```ts
function addJobAdhoc(options: WorkerUtilsOptions, ...addJobArgs): Promise<Job>;
```
Expand Down

0 comments on commit b726765

Please sign in to comment.