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

Common: Rewrite check_obsolete_replicas #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 5, 2024

  1. Common: Rewrite check_obsolete_replicas

    This is a complete rewrite that still maintains the exact same
    functionality. Instead of one large ATLAS-specific PL/SQL script, this
    implementation:
    
     1. Uses the gateway layer to list the RSEs and to update the RSE usage
        counters
     2. Works on each RSE separately
     3. Uses SQLAlchemy 2.0 syntax
     4. Replaces the deprecated function-based `REPLICAS_TOMBSTONE_IDX`
        index
    dchristidis committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c456b42 View commit details
    Browse the repository at this point in the history