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

earendil-works/absurd

An experiment in durability observed · 2026-08-28

github.com/earendil-works/absurd · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 97
  • Release rhythm 96
  • Longevity 22
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: 14
  • age_days: 317
  • days_rel: 29
  • days_push: 23
  • n_releases_24m: 14

Full methodology

Adoption not part of the score

2384 stars · 111 forks observed · 2026-08-28

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

Absurd is a Postgres-native durable execution (workflow) system that runs long-lived, reliable tasks using only a single SQL schema file and no additional services. It provides lightweight SDKs for TypeScript, Python, and Go, with step checkpointing, retries, sleeps, and race-free event handling.

Use cases

  • run long-lived workflows that survive crashes and restarts
  • process payments and orders with exactly-once semantics
  • schedule and retry background tasks without a message broker
  • build LLM agent pipelines that can suspend and resume
  • implement delayed email or notification scheduling
  • replace Temporal or Cadence with a simpler Postgres-only setup

When to choose

  • you already run Postgres and want durable workflows with zero extra infrastructure
  • you need retries, checkpointing, sleeps, and event waiting for long-running tasks
  • you prefer a pull-based worker model with lightweight language-agnostic SDKs

When to avoid

  • you need push-based task delivery to HTTP endpoints
  • you require a coordinator, rich UI, or advanced orchestration features of Temporal/Cadence
  • your workload is not backed by Postgres

Facets

framework · maturity active

workflow-automation scheduling message-queue database concurrency backend microservices developer-tools databases python go self-hosted durable-execution postgres workflow-engine task-queue retries step-functions sdk automation nodejs docker

2 sources

Member repositories

RepositoryRoleHealth v2
earendil-works/absurdmain82

For agents

markdown · JSON · MCP: product_card(name="earendil-works/absurd")

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