Skip to content

[Core] Allow configuring default autostop time for controllers #4619

@romilbhardwaj

Description

@romilbhardwaj

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?

skypilot/sky/core.py

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions