queue icon indicating copy to clipboard operation
queue copied to clipboard

A queue-interop compatible Queueing library

Results 14 queue issues
Sort by recently updated
recently updated
newest added

# 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.

enhancement

## 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 -...

enhancement

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...

enhancement
needs squashing