-
Notifications
You must be signed in to change notification settings - Fork 101
Description
-
Support background/detached execution -- Currently the command must complete within the timeout to be considered successful. For starting long-running services (like a web server), the command blocks forever. A
background: trueordetach: trueoption that returns success once the command starts (or after a healthcheck) would be very useful. -
Longer default timeout -- The default 60-second timeout is too short for common operations like
go build(2-5 min),npm install(1-3 min), or pulling Docker images. Consider raising the default to 300s or making it more prominent in the UI. -
Working directory default -- When chaining multiple commands on the same sandbox, having to repeat the
cwdis tedious. Consider defaulting to the last-used working directory or allowing it to be set at sandbox level.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status