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

Allow RedisMutex’s locking duration and polling interval to be customizable #74

Merged
merged 4 commits into from
Mar 10, 2022
Merged

Allow RedisMutex’s locking duration and polling interval to be customizable #74

merged 4 commits into from
Mar 10, 2022

Commits on Oct 13, 2019

  1. Allow RedisMutex’s Locking duration and polling interval to be custom…

    …izable
    
    	- Update the configuration file with 2 new customizable fields: locking_duration and polling_internal
    Kimmie committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    2dc03a1 View commit details
    Browse the repository at this point in the history
  2. Allow RedisMutex’s Locking duration and polling interval to be custom…

    …izable
    
    	- call RedisMutex.with_lock with the customizable polling_interval and locking_duration
    Kimmie committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    08ff967 View commit details
    Browse the repository at this point in the history
  3. Update README with the locking options

    Kimmie committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    4748bbe View commit details
    Browse the repository at this point in the history
  4. Add locking options to Gush::CLI

    Kimmie committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    4d14ac9 View commit details
    Browse the repository at this point in the history