neoq/backends
Adriano Caloiaro 5aee2b2582 fix: unprocessed jobs from unwatched queues block watched queues
There could be a condition where jobs were added to a queue that is not longer being watched,
yet the jobs in those queues would continue appearing in the pending job list because
the query to get pending jobs did not filter by queues being watched.
2025-02-13 10:24:08 -07:00
..
memory feat: Add public jobs.WithJobContext() 2024-06-07 07:22:07 -07:00
postgres fix: unprocessed jobs from unwatched queues block watched queues 2025-02-13 10:24:08 -07:00
redis feat: Add public jobs.WithJobContext() 2024-06-07 07:22:07 -07:00
doc.go break: Rename types.Backend -> neoq.Neoq 2023-09-07 12:36:02 +02:00