Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore Errno::ENOTEMPTY when calling AS::Cache::FileStore#clear with race conditions #36941

Merged
merged 1 commit into from Apr 13, 2020

Commits on Aug 15, 2019

  1. Ignore Errno::ENOTEMPTY when calling AS::Cache::FileStore#clear with …

    …race conditions
    
    Currently `Rails.cache.clear` raises Errno::ENOTEMPTY on highly accessed server.
    The error just can be ignored.
    ts-3156 committed Aug 15, 2019
    Copy the full SHA
    b7e440e View commit details
    Browse the repository at this point in the history