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

Do Not merge #2090

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Do Not merge #2090

wants to merge 3 commits into from

Commits on Nov 6, 2024

  1. [CCXDEV-14562] New table for runtimes heartbeats (#2080)

    * New table for runtimes heartbeats
    
    A migration included in the DVO ones (for simplicity) creates a new table
    to store runtimes heartbeats data (basically ID and timestamp).
    
    Included in the DVO ones to avoid creating new migration schema and another entry point. In addition, this table will be populated by DVO-writer (a modified version of the service) and updated by a new service.
    ikerreyes authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f10846d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. [CCXDEV-14563] Runtimes results filtering (#2088)

    * Filter runtimes reports based on heartbeats information
    
    Filter runtimes (DVO as we are reusing those) reports based on heartbeats information last checked
    information.
    ---------
    
    Co-authored-by: Juan Diaz Suarez <[email protected]>
    ikerreyes and juandspy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    59a49e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. [CCXDEV-14564] DVO writer write heartbeats (#2093)

    * Write heartbeats timestampt into the table once the dvo writer gets a report
    ikerreyes authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7fc44d8 View commit details
    Browse the repository at this point in the history