Skip to main content
Hyrax Hero

My First Hyrex Task

Step 1. Install Hyrex in your project:
Step 2. Initialize your postgres database the Hyrex CLI. Note that the database URL should be a Postgres connection string.
Step 3. Initialize the Hyrex object in your project and decorate a task.
Step 4: Send the task to be executed asynchronously. Here deliver_email is a hyrex task
There you go! You now have a distributed task queue!