Skip to content

Deprecate ClusterUpdateAppWorker, delete unused service

Hunter Stewart requested to merge hustewart-cluster-update-app into master

What does this MR do and why?

Per Remove clusters_applications_* code (#366573 - closed) we are removing code around Clusters::Applications.

Track Clusters::Applications job code removal (#379014 - closed) tracks the related ongoing job/worker code work.

This MR

  • Writes a deprecation note in ClusterUpdateAppWorker.
  • Noops the perform method for the ClusterUpdateAppWorker.
  • Deletes the unit specs for the worker class
  • Deletes app/services/clusters/applications/prometheus_update_service.rb and it's unit spec since it was only invoked by ClusterUpdateAppWorker

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Hunter Stewart

Merge request reports