Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update commands.md for scaling bug fixed #86

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ cpl ps:swait -a $APP_NAME -w $WORKLOAD_NAME

- Runs one-off **_interactive_** replicas (analog of `heroku run`)
- Uses `Standard` workload type and `cpln exec` as the execution method, with CLI streaming
- May not work correctly with tasks that last over 5 minutes (there's a Control Plane scaling bug at the moment)
- If `fix_terminal_size` is `true` in the `.controlplane/controlplane.yml` file, the remote terminal size will be fixed to match the local terminal size (may also be overriden through `--terminal-size`)

> **IMPORTANT:** Useful for development where it's needed for interaction, and where network connection drops and
Expand Down
1 change: 0 additions & 1 deletion lib/command/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Run < Base
LONG_DESCRIPTION = <<~DESC
- Runs one-off **_interactive_** replicas (analog of `heroku run`)
- Uses `Standard` workload type and `cpln exec` as the execution method, with CLI streaming
- May not work correctly with tasks that last over 5 minutes (there's a Control Plane scaling bug at the moment)
- If `fix_terminal_size` is `true` in the `.controlplane/controlplane.yml` file, the remote terminal size will be fixed to match the local terminal size (may also be overriden through `--terminal-size`)

> **IMPORTANT:** Useful for development where it's needed for interaction, and where network connection drops and
Expand Down