Skip to content

Noop worker class and delete unused service

Hunter Stewart requested to merge hustewart-cluster-wait-ingress 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 ClusterWaitForIngressIpAddressWorker.
  • Noops the perform method for the ClusterWaitForIngressIpAddressWorker.
  • Deletes the ClusterWaitForIngressIpAddressWorker unit spec
  • Deletes Clusters::Applications::CheckIngressIpAddressService and its unit spec since it was only invoked by ClusterWaitForIngressIpAddressWorker

MR acceptance checklist

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

Merge request reports