Right now, the throttle queue only processes one request at a time. This means if you loaded a document and it kept retrying because it was session locked that would stop all other load/save/close requests. This is obviously not ideal.
Fixing this would mean that the order of UpdateAsync calls for different keys is not guaranteed.
Right now, the throttle queue only processes one request at a time. This means if you loaded a document and it kept retrying because it was session locked that would stop all other load/save/close requests. This is obviously not ideal.
Fixing this would mean that the order of
UpdateAsync
calls for different keys is not guaranteed.