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 this problem for a long time now: requests using HttpCache sometimes get caught in the waiting loop. After a bit of monitoring I'm sure the request creating the lock doesn't take more than 2s so parallel requests shouldn't return a 503 code.
I couldn't reproduce the problem on my computer, maybe because it's fairly rare (say 0.01% of requests). Couldn't this be due to a missing clearstatcache in the isLocked function?