asynq
asynq copied to clipboard
[FEATURE REQUEST] Bulk Enqueue Tasks
Is your feature request related to a problem? Please describe. Enqueueing millions of tasks can be slow and annoying.
Describe the solution you'd like Enqueueing multiple tasks should be possible in a single function call
Related to #535
Are you using client.Enqueue
? Because this is expected to be slow when attempting to add millions of keys because of network round trips.
This could be solved with pipelines.