Jorik Jonker
Jorik Jonker
I've been having this issue as well. I think it's caused by three things: - the rsyncs are done on folders with huge amounts of files - every file causes...
Locking is not the issue here, it's the fact that `lstat` is not served by a local FS or cache. I think both NFS and block based solutions have their...
I ran into the same issue. During my debugging I noticed it takes a while for uWSGI to actually serve HTTP, almost as long as `initialDelaySeconds` + `periodSeconds` * `failureThreshold`....