Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ module V1
# Required. Maximum number of runs that can be started concurrently for this
# Schedule. This is the limit for starting the scheduled requests and not the
# execution of the operations/jobs created by the requests (if applicable).
# @!attribute [rw] max_concurrent_active_run_count
# @return [::Integer]
# Optional. Specifies the maximum number of active runs that can be executed
# concurrently for this Schedule. This limits the number of runs that can be
# in a non-terminal state at the same time.
# Currently, this field is only supported for requests of type
# CreatePipelineJobRequest.
# @!attribute [rw] allow_queueing
# @return [::Boolean]
# Optional. Whether new scheduled runs can be queued when max_concurrent_runs
Expand Down
Loading