asynq icon indicating copy to clipboard operation
asynq copied to clipboard

[FEATURE REQUEST] Bulk Enqueue Tasks

Open FaBeyyy opened this issue 1 year ago • 1 comments

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

FaBeyyy avatar Aug 13 '23 01:08 FaBeyyy

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.

kamikazechaser avatar Aug 14 '23 04:08 kamikazechaser