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
There's possibly sizable network overhead from latency when pushing a large number of items individually. Redis already supports pushing multiple items to a list, so this could be just adjusting QueueProcessor.PushToQueue to accept an array of items.