Skip to content

Draft: Scheduler pruning via background thread

Frank Kolarek requested to merge (removed):implement-cleaner-thread into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

Description

Create a long-running daemon thread that will periodically issue DELETE statements against the jobs table pruning older rows

Changes proposed in this merge request:

  • server/persistence/sql/impl.py: create background thread, implement pruning methods

Validation

TBD

Issues addressed

#367 (closed)

Edited by Frank Kolarek

Merge request reports