From ead96f6f1863b56fa272250314fe9d4c1cd48031 Mon Sep 17 00:00:00 2001 From: Maximilian Pass <22845248+mpass99@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:46:49 +0200 Subject: [PATCH] Remove Nomad Job Scaling option because our current Poseidon-Nomad architecture has a 1:1 runner-job relationship and there is no need to have more than the one task per job. --- internal/environment/template-environment-job.hcl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/environment/template-environment-job.hcl b/internal/environment/template-environment-job.hcl index 052a2cc..41b1bc7 100644 --- a/internal/environment/template-environment-job.hcl +++ b/internal/environment/template-environment-job.hcl @@ -11,11 +11,6 @@ job "template-0" { sticky = false } count = 1 - scaling { - enabled = true - min = 0 - max = 300 - } spread { // see https://www.nomadproject.io/docs/job-specification/spread#even-spread-across-data-center // This spreads the load evenly amongst our nodes