Skip to content

Add TTL refresh worker for Live-Trace (for `dependent: :destory` problem)

Shinya Maeda requested to merge live-trace-v2-ttl-refresh-worker into live-trace-v2

What does this MR do?

  • This MR is for resolving dependent: destory problem
  • This MR addes TTL Refresh worker to the Live trace MR.
  • For preventing production-data loss(In case, redis store will be expired), TTL will be extended periodically. The extending process keeps happing until the job trace's been archived.
  • This MR is to be merged to live-trace-v2 instead of master

There are alternative approaches

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Backend
    • Has been reviewed by Database
  • End-to-end tests pass (package-and-qa manual pipeline job)

What are the relevant issue numbers?

Edited by Shinya Maeda

Merge request reports