Skip to content

*: add queue and retry depth tracking to multiqueue #18

*: add queue and retry depth tracking to multiqueue

*: add queue and retry depth tracking to multiqueue #18

Workflow file for this run

name: Run Tests
on:
push:
jobs:
test:
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno run --allow-net test.ts