Eric
10/27/2023, 10:30 PMprefect work-pool update
command? https://docs.prefect.io/2.14.2/concepts/work-pools/
I'm seeing this with prefect==2.12.0
$ prefect work-pool --help
Usage: prefect work-pool [OPTIONS] COMMAND [ARGS]...
Commands for working with work pools.
╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ clear-concurrency-limit Clear the concurrency limit for a work pool. │
│ create Create a new work pool. │
│ delete Delete a work pool. │
│ inspect Inspect a work pool. │
│ ls List work pools. │
│ pause Pause a work pool. │
│ preview Preview the work pool's scheduled work for all queues. │
│ resume Resume a work pool. │
│ set-concurrency-limit Set the concurrency limit for a work pool. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Jenny
10/29/2023, 1:36 AMEric
10/29/2023, 5:51 PM