1 مستودع
Drivers for persisting and scheduling background jobs within relational database tables.
Distinct from Relational Database Drivers: Distinct from general relational database drivers: specifically implements queue storage logic for background job persistence.
Explore 1 awesome GitHub repository matching data & databases · Database Queue Drivers. Refine with filters or upvote what's useful.
This project is a PHP framework for offloading time-consuming tasks to background workers, enabling asynchronous processing to keep the main application request cycle responsive. It provides a unified interface for managing background job queues, allowing developers to decouple application logic from specific storage backends and message brokers. The system distinguishes itself through a driver-based abstraction layer that supports diverse infrastructure, including relational databases, Redis, and RabbitMQ. It manages the full lifecycle of background tasks, offering capabilities for delayed s
Enables background job persistence and scheduling directly within relational database tables.