-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Description
User wanted to let job controller run for longer to speed up log fetching and future job submission. We don't seem to have any documented way to control the autostop duration. Maybe add to config.yaml?
Lines 291 to 296 in a80208f
if idle_minutes_to_autostop is not None: | |
raise ValueError( | |
'Passing a custom autostop setting is currently not ' | |
'supported when starting SkyPilot controllers. To ' | |
'fix: omit the `idle_minutes_to_autostop` argument to use the ' | |
f'default autostop settings (got: {idle_minutes_to_autostop}).') |
Metadata
Metadata
Assignees
Labels
No labels