From ddc1be472cdaae43280403ba6fc97e6b7b527f1e Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Thu, 26 Oct 2023 16:51:04 -1000 Subject: [PATCH] Update run.rb --- lib/command/run.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/command/run.rb b/lib/command/run.rb index 0e1fa7b0..b4c8fffd 100644 --- a/lib/command/run.rb +++ b/lib/command/run.rb @@ -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