Skip to content

Add feature flag toggle for elastic migration worker

John Mason requested to merge elastic-migration-worker-feature-flag into master

What does this MR do and why?

From the handbook section on feature flags:

Don’t use feature flags at application load time. For example, using the Feature class in config/initializers/* or at the class level could cause an unexpected error

This feature flag, when disabled, makes Advanced Search migrations a no-op. This is useful because we usually want to monitor a migration when it starts in case it goes wrong. Moving forward, we will most likely keep it disabled until we are ready for migrations to be picked up the cron worker and executed.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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 John Mason

Merge request reports