Ross ROSS = Recommend OSS · open-source software intelligence for agents

ouqiang/delay-queue

延迟队列 observed · 2026-08-28

github.com/ouqiang/delay-queue · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3355
  • days_rel: n/a
  • days_push: 3195
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1194 stars · 236 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Redis-based delay queue service written in Go, inspired by Youzan's delay queue design. It exposes an HTTP API for pushing delayed jobs and long-polling consumers, using Redis sorted sets to trigger tasks when their execution time arrives.

Use cases

  • automatically close orders unpaid after 30 minutes
  • auto-approve reviews 5 days after order completion
  • send membership expiry reminder SMS 15 and 3 days before
  • implement Alipay-style async notification retry intervals
  • schedule delayed background jobs with Redis
  • retry failed webhook notifications with increasing delays

When to choose

  • you need delayed task execution backed only by Redis without extra infrastructure
  • you want a simple HTTP API for pushing and polling delayed jobs
  • you need retry patterns with increasing intervals like payment notification callbacks

When to avoid

  • you need a full-featured message broker with high throughput like Kafka or RabbitMQ
  • you cannot tolerate per-second polling granularity for task triggering
  • you need persistent job storage beyond Redis or complex routing/topology features

Facets

service · maturity maintenance

message-queue scheduling http-server backend microservices go self-hosted delay-queue redis delayed-jobs task-scheduling http-api golang messaging linux docker

1 source

Member repositories

RepositoryRoleHealth v2
ouqiang/delay-queuemain23

For agents

markdown · JSON · MCP: product_card(name="ouqiang/delay-queue")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem