File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ const EnvironmentSchema = z.object({
379379 MAX_SEQUENTIAL_INDEX_FAILURE_COUNT : z . coerce . number ( ) . default ( 96 ) ,
380380
381381 LOOPS_API_KEY : z . string ( ) . optional ( ) ,
382- MARQS_DISABLE_REBALANCING : z . coerce . boolean ( ) . default ( false ) ,
382+ MARQS_DISABLE_REBALANCING : BoolEnv . default ( false ) ,
383383 MARQS_VISIBILITY_TIMEOUT_MS : z . coerce
384384 . number ( )
385385 . int ( )
@@ -457,7 +457,7 @@ const EnvironmentSchema = z.object({
457457 . number ( )
458458 . int ( )
459459 . default ( 60_000 * 10 ) ,
460- RUN_ENGINE_DEBUG_WORKER_NOTIFICATIONS : z . coerce . boolean ( ) . default ( false ) ,
460+ RUN_ENGINE_DEBUG_WORKER_NOTIFICATIONS : BoolEnv . default ( false ) ,
461461 RUN_ENGINE_PARENT_QUEUE_LIMIT : z . coerce . number ( ) . int ( ) . default ( 1000 ) ,
462462 RUN_ENGINE_CONCURRENCY_LIMIT_BIAS : z . coerce . number ( ) . default ( 0.75 ) ,
463463 RUN_ENGINE_AVAILABLE_CAPACITY_BIAS : z . coerce . number ( ) . default ( 0.3 ) ,
You can’t perform that action at this time.
0 commit comments