You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: