Skip to content

Async Group

This task runs all requests in the group asynchronously.

The name of requests added to the group will be prefixed with async group <name>:

Enable gevent debugging for this task by running with argument --verbose and setting environment variable GEVENT_MONITOR_THREAD_ENABLE.

Step implementations

Requests are added to the group with the same step implementations as Request task.

Statistics

Executions of this task will be visible in locust request statistics with request type ASYNC. name will be suffixed with (<n>), where <n> is the number of requests in the group. Each request in the group will have its own entry in the statistics as an ordinary Request task.

Arguments

  • name (str): name of the group of asynchronously requests