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

Create base Daemon class and refactor Undertaker, Reaper, Abacus Account and Judge Repairer daemons to inherit from base class #6489

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2024

  1. Daemons: Create base Daemon class and refactor Undertaker to inherit …

    …from base class; rucio#6478
    
    Initial commit where base class Daemon is created. As an initial test,
    Undertaker inherits from Daemon. If tests pass, other daemons
    can also be refactored to inherit from Daemon.
    rdimaio committed Mar 12, 2024
    Copy the full SHA
    90e3fb8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e404635 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa57fcf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fe86b52 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    91599a5 View commit details
    Browse the repository at this point in the history