Remove feature flag `ci_process_catalog_resource_sync_events`
What does this MR do and why?
This MR removes the feature flag remove-ff-ci_process_catalog_resource_sync_events
. It has been rolled out globally since
2023-12-07 09:14 PT
.
This feature implements background syncing of catalog_resources
and projects
(#429376 (closed)). The process involves a PG trigger which adds sync events to a queue table; then the sync events are processed by a worker.
This MR removes the FF that controlled the worker enqueue/action.
Resolves #432963 (closed).
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #432963 (closed)