Open FaBeyyy opened 1 year ago
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.
client.Enqueue
This could be solved with pipelines.
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