Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Cache eviction of past executions #504

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

Commits on Jan 4, 2023

  1. Added function for updating selected fields of NodeExecutionModel

    Allows for fields to be explicity set/updated to nil
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6d5549c View commit details
    Browse the repository at this point in the history
  2. Refactored listing of node and task executions to shared util

    Allows for re-use by cache manager
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5ac7181 View commit details
    Browse the repository at this point in the history
  3. Implemented CacheService

    Added endpoint for evicting execution cache
    Added endpoint for evicting task execution cache
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4aac4ef View commit details
    Browse the repository at this point in the history
  4. Updated to latest unreleased versions of flytepropeller and flytestdlib

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7390bea View commit details
    Browse the repository at this point in the history
  5. Updated to latest unreleased versions of flyteidl, flyteplugins, flyt…

    …epropeller and flytestdlib
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    650613d View commit details
    Browse the repository at this point in the history