I have a requirement to enqueue a large number of jobs in a short period of time. I think it probably makes sense to try to do so using a Redis pipeline, but it doesn't appear that EnqueueWithOptions is all that well adaptable to adding pipeline support as currently written.
Do you have any thoughts on how to add support for that?