Skip to content

Remove unreferenced constants from MergeTrains::RefreshService

drew stachon requested to merge remove-unreferenced-merge-train-constants into master

What does this MR do and why?

This MR removes two constants defined in the MergeTrains::RefreshService that don't appear to be used anymore.

They were introduced to the service in c75c8dc5, and at the time were used to control execution. My read is that this logic has been replaced by the generalized background job deduplication controls.

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