Durable tasks made simple
Hyrex is a task orchestration framework that uses PostgreSQL (or Hyrex Cloud) as a durable task queue. Define tasks in Python or TypeScript, send them to be processed asynchronously, and let Hyrex handle the rest.
Get started with our Python SDK or TypeScript SDK.
@hy.task
decorator (Python) or hy.task()
method (TypeScript).send()
from anywhere in your application