mbreit / pg_jobs

Simple ActiveJob queue for PostgreSQL using LISTEN/NOTIFY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow multiple queues in PgJobs.work

mbreit opened this issue · comments

Rails uses two different queues by default: default and mailers. We should be able to execute jobs in both queues with one worker.