Fix: Enforce safe default for GENVM_DEBUG_MODE - #1738
Conversation
This PR updates docker-compose.yml to explicitly default GENVM_DEBUG_MODE to false for the consensus-worker. If this environment variable is omitted during deployment, the runtime helper defaults to an unsafe mode. Setting it to false ensures the consensus worker defaults to a bounded, deterministic state when the configuration is incomplete.
|
This PR targeted I retargeted it to |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR updates docker-compose.yml to explicitly default GENVM_DEBUG_MODE to false for the consensus-worker.
If this environment variable is omitted during deployment, the runtime helper defaults to an unsafe mode. Setting it to false ensures the consensus worker defaults to a bounded, deterministic state when the configuration is incomplete.