From 1658c7ef6aae746d5251727507ddbb2a43fd4471 Mon Sep 17 00:00:00 2001 From: kitt Date: Tue, 28 Nov 2023 15:34:48 -0500 Subject: [PATCH] enable auto destroy --- assistant/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/orchestrator.py b/assistant/orchestrator.py index 6f1e49e8..751a77ff 100644 --- a/assistant/orchestrator.py +++ b/assistant/orchestrator.py @@ -22,7 +22,7 @@ def schedule_machine(thread: Thread): json={ 'region': fly_primary_region, 'config': { - # 'auto_destroy': True, + 'auto_destroy': True, 'guest': { 'cpu_kind': 'performance', 'cpus': 1,