summaryrefslogtreecommitdiff
path: root/cli/tests/unit/kv_queue_undelivered_test.ts
AgeCommit message (Collapse)Author
2023-12-12feat(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-06chore: forward v1.38.5 release commit to main (#21472)Bartek IwaƄczuk
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
2023-06-13feat(kv) queue implementation (#19459)Igor Zinkovsky
Extend the unstable `Deno.Kv` API to support queues.