Skip to content

Commit

Permalink
enable auto destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 28, 2023
1 parent 5d2c922 commit 1658c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1658c7e

Please sign in to comment.