Skip to content

Commit b026630

Browse files
fmt
Signed-off-by: Jason McCallister <jason@mccallister.dev>
1 parent ade7ba4 commit b026630

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ Initial release.
99
### Added
1010

1111
- `Queue` built on Deno KV with no external dependencies.
12-
- Fluent dispatch builder with `delay`, `onQueue`, `attempts`, `backoff`, and `unique`.
13-
- Global and per job middleware, including built in `rateLimit` and `withoutOverlapping`.
12+
- Fluent dispatch builder with `delay`, `onQueue`, `attempts`, `backoff`, and
13+
`unique`.
14+
- Global and per job middleware, including built in `rateLimit` and
15+
`withoutOverlapping`.
1416
- Sequential job chains via `queue.chain()`.
1517
- Failed job store with list, get, retry, retryAll, forget, and purge.
16-
- `JobContext` exposing job name, attempt, max attempts, queue, id, and KV handle.
18+
- `JobContext` exposing job name, attempt, max attempts, queue, id, and KV
19+
handle.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snaapi/queue",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"exports": "./mod.ts",
55
"tasks": {
66
"check": "deno check mod.ts",

0 commit comments

Comments
 (0)