Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-12 | feat(ext/kv) add backoffSchedule to enqueue (#21474) | Igor Zinkovsky | |
Also reduces the time to run `kv_queue_undelivered_test.ts` test from 100 seconds down to 3 seconds. closes #21437 | |||
2023-12-06 | chore: forward v1.38.5 release commit to main (#21472) | Bartek IwaĆczuk | |
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> | |||
2023-06-13 | feat(kv) queue implementation (#19459) | Igor Zinkovsky | |
Extend the unstable `Deno.Kv` API to support queues. |