Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bulk job creation #333

Closed
ZimbiX opened this issue Feb 14, 2022 · 0 comments · Fixed by #340
Closed

Support bulk job creation #333

ZimbiX opened this issue Feb 14, 2022 · 0 comments · Fixed by #340

Comments

@ZimbiX
Copy link
Member

ZimbiX commented Feb 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant