Skip to content

Commit

Permalink
Update run.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Oct 27, 2023
1 parent cd5dd08 commit ddc1be4
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit ddc1be4

Please sign in to comment.