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

Refactor PIDFile.join() #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 21, 2021

  1. Unxfail test_daemonize

    webknjaz committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    378d3b2 View commit details
    Browse the repository at this point in the history
  2. 🚑 Check for a replaced PID file in join

    This patch works around an issue described in
    #7 by also comparing the stat of
    PID files. Otherwise it misses cases when PID file
    gets recreated faster that the check loop hits
    another existence check.
    webknjaz committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    6f589c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3589148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    905b42a View commit details
    Browse the repository at this point in the history