1 रिपॉजिटरी
Operations for initializing and deleting the underlying database structures that represent named queues.
Distinct from Queue Management: Focuses on the creation and destruction of the queue entity itself rather than prioritizing tasks within a queue.
Explore 1 awesome GitHub repository matching devops & infrastructure · Queue Lifecycle Management. Refine with filters or upvote what's useful.
PGMQ is a lightweight message queuing system implemented as a PostgreSQL extension to manage asynchronous tasks. It functions as a database-backed message broker that leverages PostgreSQL for persistent storage, atomic operations, and notification-driven delivery. The system provides an SQS-compatible queue model featuring visibility timeouts and delayed delivery. It supports strict first-in-first-out ordering through group keys and batch retrieval to ensure sequential processing of related tasks. The project covers a full message lifecycle including production, consumption via atomic pop op
Implements administrative tools for creating and deleting the database tables used for queue storage.