Skip to content

Commit

Permalink
docs(prioritized): fix doc regarding jobs without a priority assigned (
Browse files Browse the repository at this point in the history
  • Loading branch information
yongla authored Sep 22, 2023
1 parent bcc92fe commit 743fc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/guide/jobs/prioritized.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Adding prioritized jobs is a slower operation than the other types of jobs, with

Note that the priorities go from 1 to 2 097 152, whereas a lower number is always a higher priority than higher numbers.

Jobs without a priority assigned will get the least priority.
Jobs without a priority assigned will get the most priority.

```typescript
import { Queue } from 'bullmq';
Expand Down

0 comments on commit 743fc82

Please sign in to comment.