Expand description
Job queue trait for abstracting job persistence.
This module provides the JobQueue trait that abstracts job queue operations,
enabling different storage backends (PostgreSQL, in-memory for tests) and
facilitating dependency injection in the worker service.
Traitsยง
- JobQueue
- Trait for job queue persistence operations.