• Kamil Trzciński's avatar
    Fix `hot-reloading` of feature flag definitions · 48f36bdd
    Kamil Trzciński authored
    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`
    48f36bdd
feature.rb 6.85 KB