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

Bound how long to wait for lock files in FileCache. #101

Closed
wants to merge 3 commits into from

Commits on Sep 5, 2015

  1. Bound how long to wait for lock files in FileCache.

    The file lock in FileCache is only held while writing a new version of
    the response. Waiting too long could be indicative of a stale lock,
    so default to a reasonable timeout, but also allow 'lock_timeout'
    to be specified on construction.
    josephw committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    739e978 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Add tests for lock_timeout.

    Ensure that lock_timeout defaults to a known value, which is
    passed through to the lock constructor, but can be overridden
    josephw committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    5109905 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    0960941 View commit details
    Browse the repository at this point in the history