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

akira/exq

Job processing library for Elixir - compatible with Resque / Sidekiq observed · 2026-08-28

github.com/akira/exq · Elixir · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 95
  • Release rhythm 83
  • Longevity 100

Flags: no_license

How is this computed?

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

  • gap_med: 72
  • age_days: 4781
  • days_rel: 37
  • days_push: 30
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1531 stars · 181 forks observed · 2026-08-28

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

Exq is a job processing library for Elixir that uses Redis as its backing store and is compatible with Resque and Sidekiq job formats. It handles concurrency, persistence, retries with exponential backoff, reliable queueing, stats tracking, and offers an optional web UI.

Use cases

  • process background jobs in an Elixir application
  • share a job queue between a Rails/Sidekiq app and Elixir services
  • retry failed jobs with exponential backoff
  • run distributed workers across multiple Erlang nodes
  • monitor job stats and processing rates via a web UI
  • persist jobs across node restarts

When to choose

  • you need Redis-backed background job processing in Elixir
  • you want Sidekiq/Resque compatibility to integrate with existing Ruby or Python apps
  • you need reliable queueing with in-progress job recovery
  • you want per-queue concurrency limits and middleware customization

When to avoid

  • simple in-process OTP GenServer/Task-based work suffices without extra infrastructure
  • you don't want the operational overhead of running Redis
  • you need a broker other than Redis
  • you need scheduled/cron-style jobs as the primary feature

Facets

library · maturity stable

message-queue scheduling workflow-automation middleware backend web-development developer-tools microservices elixir self-hosted job-queue background-jobs redis sidekiq-compatible resque-compatible retries elixir

1 source

Member repositories

RepositoryRoleHealth v2
akira/exqmain92

For agents

markdown · JSON · MCP: product_card(name="akira/exq")

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