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
In my logs I encounter every day this error "mkdir(): File exists " from the above code fragment. In production it lives in a kubernetes pod, so the instance is new/fresh regularly.
Am I correct to assume that the error could be because of multiple request life cycles try to create the temp cache dir at the same time?
It is not a very big problem, because after this the following life cycles will have the temp cache dir in place and so, no error is thrown. But for me this is on a daily basis and I would love to fix this for my users who occasionally see an error 500 on their screen.
The text was updated successfully, but these errors were encountered:
countries/src/package/Services/Cache/Managers/Nette.php
Line 66 in b20491e
In my logs I encounter every day this error "mkdir(): File exists " from the above code fragment. In production it lives in a kubernetes pod, so the instance is new/fresh regularly.
Am I correct to assume that the error could be because of multiple request life cycles try to create the temp cache dir at the same time?
It is not a very big problem, because after this the following life cycles will have the temp cache dir in place and so, no error is thrown. But for me this is on a daily basis and I would love to fix this for my users who occasionally see an error 500 on their screen.
The text was updated successfully, but these errors were encountered: