Skip to content

Commit

Permalink
Remove feature flag too
Browse files Browse the repository at this point in the history
  • Loading branch information
lferran committed Sep 13, 2024
1 parent a03c957 commit fb17638
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion nucliadb_utils/src/nucliadb_utils/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class KB_IMPORTS:

class Features:
WAIT_FOR_INDEX = "nucliadb_wait_for_resource_index"
EXPERIMENTAL_KB = "nucliadb_experimental_kb"
READ_REPLICA_SEARCHES = "nucliadb_read_replica_searches"
VERSIONED_PRIVATE_PREDICT = "nucliadb_versioned_private_predict"
REBALANCE_KB = "nucliadb_rebalance_kb"
Expand Down
4 changes: 0 additions & 4 deletions nucliadb_utils/src/nucliadb_utils/featureflagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ class Settings(pydantic_settings.BaseSettings):
"rollout": 0,
"variants": {"environment": ["none"]},
},
const.Features.EXPERIMENTAL_KB: {
"rollout": 0,
"variants": {"environment": ["local"]},
},
const.Features.READ_REPLICA_SEARCHES: {
"rollout": 0,
"variants": {"environment": ["local"]},
Expand Down

0 comments on commit fb17638

Please sign in to comment.