ConcurrentTrafficConfig¶
class ConcurrentTrafficConfig ( BaseTrafficConfig )
Polymorphic Type:
type: concurrentAll
BaseTrafficConfigtypes:
rate: RateTrafficConfig
concurrent: ConcurrentTrafficConfig
sequential_launch: SequentialLaunchTrafficConfig
Fields:
cancel_session_on_failurebool =TrueWhether to cancel the session on failure of any request.
target_concurrent_sessionsint =3Target number of concurrent sessions to maintain.
rampup_secondsint =10Number of seconds to ramp up the traffic. i.e. ‘Take 10 seconds to ramp up to the target concurrent sessions.’