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

closeio/tasktiger

Python task queue using Redis observed · 2026-08-28

github.com/closeio/tasktiger · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • 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: 4130
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1467 stars · 95 forks observed · 2026-08-28

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

TaskTiger is a Python task queue library backed by Redis, supporting per-task subprocess forking, unique queues, task locking, and flexible retry strategies. It is developed and maintained by Close.

Use cases

  • run background jobs in python with redis
  • queue tasks with retry and exponential backoff
  • deduplicate queued tasks with unique queues
  • prevent concurrent execution of tasks with the same arguments
  • process per-customer subqueues fairly
  • run tasks in isolated subprocesses with hard time limits

When to choose

  • you need a Redis-backed Python task queue with forked workers and hard timeouts
  • you want unique queues or task locks to avoid duplicate work
  • you need flexible retry intervals and subqueue routing

When to avoid

  • you need a distributed task scheduler across many machines without Redis
  • you want a broker-agnostic queue supporting RabbitMQ or SQS
  • your stack is not Python

Facets

library · maturity active

message-queue scheduling concurrency backend developer-tools microservices python task-queue redis background-jobs worker async-tasks retry-logic linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
closeio/tasktigermain67

For agents

markdown · JSON · MCP: product_card(name="closeio/tasktiger")

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