Skip to content

Commit

Permalink
mortifying
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwilliams committed Nov 18, 2024
1 parent dad35ba commit e9fd976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
var (
exclusiveTaskScheduling = flag.Bool("executor.exclusive_task_scheduling", false, "If true, only one task will be scheduled at a time. Default is false")
shutdownCleanupDuration = flag.Duration("executor.shutdown_cleanup_duration", 15*time.Second, "The minimum duration during the shutdown window to allocate for cleaning up containers. This is capped to the value of `max_shutdown_duration`.")
excessCapacityThreshold = flag.Float64("executor.excess_capacity_threshold", .20, "A percentage (of RAM and CPU) utilazation below which this executor may request additional work")
excessCapacityThreshold = flag.Float64("executor.excess_capacity_threshold", .20, "A percentage (of RAM and CPU) utilization below which this executor may request additional work")
)

var shuttingDownLogOnce sync.Once
Expand Down

0 comments on commit e9fd976

Please sign in to comment.