queue
queue copied to clipboard
A queue-interop compatible Queueing library
# Queue Plugin TestSuite Implementation ## Summary Implements a comprehensive TestSuite for the Queue plugin that allows developers to test queued jobs without connecting to a real queue backend.
## Problem Queue plugin lacks a TestSuite for testing queued jobs without connecting to a real queue backend. Developers need a way to: - Assert that jobs were queued -...
This PR adds support for running queue jobs in isolated subprocesses. That allows code changes to take effect immediately without restarting long‑running workers, speeding up iterative development and reducing workflow...