EnvironmentExecutionPolicy interface

Defines policy on environment queuing at Release Management side queue. We will send to Environment Runner [creating pre-deploy and other steps] only when the policies mentioned are satisfied.

Properties

concurrencyCount

This policy decides, how many environments would be with Environment Runner.

queueDepthCount

Queue depth in the EnvironmentQueue table, this table keeps the environment entries till Environment Runner is free [as per it's policy] to take another environment for running.

Property Details

concurrencyCount

This policy decides, how many environments would be with Environment Runner.

concurrencyCount: number

Property Value

number

queueDepthCount

Queue depth in the EnvironmentQueue table, this table keeps the environment entries till Environment Runner is free [as per it's policy] to take another environment for running.

queueDepthCount: number

Property Value

number