Skip to content

Commit

Permalink
feat(wrangler): enable indexer at 10% (#153)
Browse files Browse the repository at this point in the history
# Goals

Start the indexer rollout, at 100% on staging and 10% production.
  • Loading branch information
hannahhoward authored Feb 7, 2025
1 parent df7389a commit 0f853ec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "true"
FF_TELEMETRY_ENABLED = "true"
FF_DELEGATIONS_STORAGE_ENABLED = "true"
FF_RAMP_UP_PROBABILITY = "0"
FF_RAMP_UP_PROBABILITY = "10"
# Cache for 30 days by default
FF_DAGPB_CONTENT_CACHE_TTL_SECONDS = 2_592_000
FF_DAGPB_CONTENT_CACHE_MAX_SIZE_MB = 2
Expand Down Expand Up @@ -94,7 +94,7 @@ FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "true"
FF_TELEMETRY_ENABLED = "true"
FF_DELEGATIONS_STORAGE_ENABLED = "true"
FF_RAMP_UP_PROBABILITY = "0"
FF_RAMP_UP_PROBABILITY = "100"
FF_DAGPB_CONTENT_CACHE_TTL_SECONDS = 300
FF_DAGPB_CONTENT_CACHE_MAX_SIZE_MB = 2
FF_DAGPB_CONTENT_CACHE_ENABLED = "true"
Expand Down Expand Up @@ -174,7 +174,7 @@ FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "true"
FF_TELEMETRY_ENABLED = "true"
FF_DELEGATIONS_STORAGE_ENABLED = "true"
FF_RAMP_UP_PROBABILITY = "0"
FF_RAMP_UP_PROBABILITY = "100"
FF_DAGPB_CONTENT_CACHE_TTL_SECONDS = 300
FF_DAGPB_CONTENT_CACHE_MAX_SIZE_MB = 2
FF_DAGPB_CONTENT_CACHE_ENABLED = "true"
Expand Down Expand Up @@ -212,6 +212,11 @@ DEBUG = "true"
FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "false"
FF_TELEMETRY_ENABLED = "true"
FF_DELEGATIONS_STORAGE_ENABLED = "true"
FF_RAMP_UP_PROBABILITY = "100"
FF_DAGPB_CONTENT_CACHE_TTL_SECONDS = 300
FF_DAGPB_CONTENT_CACHE_MAX_SIZE_MB = 2
FF_DAGPB_CONTENT_CACHE_ENABLED = "true"
TELEMETRY_RATIO = 1.0
GATEWAY_SERVICE_DID = "did:web:staging.w3s.link"
UPLOAD_SERVICE_DID = "did:web:staging.web3.storage"
Expand Down

0 comments on commit 0f853ec

Please sign in to comment.