yr.InvokeOptions.concurrency#
- InvokeOptions.concurrency: int | None = None#
Instance concurrency. Value Range is [1, 1000]. Priority is higher than the “Concurrency” configured in custom_extensions. It is recommended to use this parameter for configuration. If not set (None), the default value will be determined by the runtime: - For async task/actor: 1000 - For non-async task/actor: 1