ConcurrentTrafficConfig ======================= **class** ``ConcurrentTrafficConfig`` **(** :doc:`BaseTrafficConfig` **)** **Polymorphic Type:** ``type: concurrent`` All ``BaseTrafficConfig`` types: - ``rate``: :doc:`RateTrafficConfig` - ``concurrent``: :doc:`ConcurrentTrafficConfig` - ``sequential_launch``: :doc:`SequentialLaunchTrafficConfig` **Fields:** ``cancel_session_on_failure`` : *bool* = ``True`` Whether to cancel the session on failure of any request. ``target_concurrent_sessions`` : *int* = ``3`` Target number of concurrent sessions to maintain. ``rampup_seconds`` : *int* = ``10`` Number of seconds to ramp up the traffic. i.e. 'Take 10 seconds to ramp up to the target concurrent sessions.'