You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We have a need to efficiently enqueue several thousand jobs.
The text was updated successfully, but these errors were encountered: