que-rb/que

Support bulk job creation

ZimbiX opened this issue · 0 comments

We have a need to efficiently enqueue several thousand jobs.

The idea is, instead of opening a new transaction, enqueueing a job, and closing the transaction, you could enqueue a batch of jobs where only one argument varies between the individual jobs, and do so in a single transaction. This might provide a huge performance boost for some of our apps.

-@maddymarkovitz