Skip to content

Guides

Step-by-step tutorials and practical guides for common pgqrs use cases.

Available Guides

Quick Reference

Guide Use Case
Basic Workflow Getting started, understanding the basics
Batch Processing High throughput, many messages
Delayed Messages Scheduled tasks, reminders, deferred work
Worker Management Production deployment, scaling

Prerequisites

Before following these guides, ensure you have:

  1. pgqrs installed (Installation Guide)
  2. A running PostgreSQL database
  3. The pgqrs schema installed (pgqrs install)

Code Examples

All guides include complete, runnable code examples in both Rust and Python. Choose the tab for your preferred language.