From 95e72e1ff7ea18bbcea76c9bfb515f613290db60 Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Mon, 23 Jan 2023 17:39:33 +0100 Subject: [PATCH] scale to size 'basic' in App.teardown! Scaling to size 'free' is no longer possible, so this is now causing test failures for users of run_multi GUS-W-12421816 --- lib/hatchet/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hatchet/app.rb b/lib/hatchet/app.rb index f0c5ee5..f1dedcc 100644 --- a/lib/hatchet/app.rb +++ b/lib/hatchet/app.rb @@ -360,7 +360,7 @@ def teardown! if @run_multi_is_setup @run_multi_array.map(&:join) - platform_api.formation.update(name, "web", {"size" => "free"}) + platform_api.formation.update(name, "web", {"size" => "basic"}) end ensure