microscopic-furniture-57275
06/08/2023, 9:45 PMflytectl update launchplan ... --activate
and similarly shut it down with --archive
but these commands require that I pass the exact version of the LaunchPlan using --version
Is there a way to just shutdown ALL versions of a given LaunchPlan? Or shutdown ALL FixedRate LaunchPlans?
Alternately, is there a reliable way to get the names/status of running LaunchPlans? When I use flytectl get launchplan
using the project and domain, it lists LaunchPlans with versions, but the TYPE and STATE fields are blank.
$ flytectl get launchplan -p io-erisyon-people-thomas -d development indexer_worker_production_10minutes
----------------------------- ------------------------------------- ------ ------- -------------------------------------- -------- ---------
| VERSION (8) | NAME | TYPE | STATE | SCHEDULE | INPUTS | OUTPUTS |
----------------------------- ------------------------------------- ------ ------- -------------------------------------- -------- ---------
| tfb23.06.08a_tfb23.06.08a_0 | indexer_worker_production_10minutes | | | map[rate:map[value:%!s(float64=10)]] | | |
----------------------------- ------------------------------------- ------ ------- -------------------------------------- -------- ---------
If I can't do any of these it seems I need to track in various project/domain namespaces what the last version I launched was, which seems painful and error-prone.
Thanks!tall-lock-23197
microscopic-furniture-57275
06/09/2023, 8:05 PM