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({
379
379
MAX_SEQUENTIAL_INDEX_FAILURE_COUNT : z . coerce . number ( ) . default ( 96 ) ,
380
380
381
381
LOOPS_API_KEY : z . string ( ) . optional ( ) ,
382
- MARQS_DISABLE_REBALANCING : z . coerce . boolean ( ) . default ( false ) ,
382
+ MARQS_DISABLE_REBALANCING : BoolEnv . default ( false ) ,
383
383
MARQS_VISIBILITY_TIMEOUT_MS : z . coerce
384
384
. number ( )
385
385
. int ( )
@@ -457,7 +457,7 @@ const EnvironmentSchema = z.object({
457
457
. number ( )
458
458
. int ( )
459
459
. default ( 60_000 * 10 ) ,
460
- RUN_ENGINE_DEBUG_WORKER_NOTIFICATIONS : z . coerce . boolean ( ) . default ( false ) ,
460
+ RUN_ENGINE_DEBUG_WORKER_NOTIFICATIONS : BoolEnv . default ( false ) ,
461
461
RUN_ENGINE_PARENT_QUEUE_LIMIT : z . coerce . number ( ) . int ( ) . default ( 1000 ) ,
462
462
RUN_ENGINE_CONCURRENCY_LIMIT_BIAS : z . coerce . number ( ) . default ( 0.75 ) ,
463
463
RUN_ENGINE_AVAILABLE_CAPACITY_BIAS : z . coerce . number ( ) . default ( 0.3 ) ,
You can’t perform that action at this time.
0 commit comments