Fix `hot-reloading` of feature flag definitions
It appears that during `hot-reload` there is very often the race condition: class gets loaded, but we cannot properly trigger `load_all!` before code might be interested in checking feature flag state There's also one missing `type: :ops` for supporting `sidekiq`
Showing
Please register or sign in to comment