prefect.cli.global_concurrency_limit
Functions
list_global_concurrency_limits
inspect_global_concurrency_limit
name: The name of the global concurrency limit to inspect.output: An output format for the command. Currently only supports JSON. Required if —file/-f is set.file_path: A path to .json file to write the global concurrent limit output to.
- The ID of the global concurrency limit.
- The created date of the global concurrency limit.
- The updated date of the global concurrency limit.
- The name of the global concurrency limit.
- The limit of the global concurrency limit.
- The number of active slots.
- The slot decay per second.
delete_global_concurrency_limit
name: The name of the global concurrency limit to delete.
enable_global_concurrency_limit
name: The name of the global concurrency limit to enable.
disable_global_concurrency_limit
name: The name of the global concurrency limit to disable.
update_global_concurrency_limit
name: The name of the global concurrency limit to update.enable: Enable the global concurrency limit.disable: Disable the global concurrency limit.limit: The limit of the global concurrency limit.active_slots: The number of active slots.slot_decay_per_second: The slot decay per second.