-
In the case of drastically increased traffic, limit the amount of auto-scaling available to avoid unforeseen costs
Reference discussion here for context
https://gcdevopsleague.slack.com/archives/G…
-
Can't import statblock:
Pazuzu (Demon Lord) CR 30
XP 9,830,400
Pazuzu (Pathfinder RPG Bestiary 4 50)
CE Large outsider (air, chaotic, demon, evil, extraplanar)
Init +13; Senses darkvision …
-
Locust seems to be waiting for requests to finish before spawning a new task.
Expecting that I can hit something like 600r/min using 20 parallel users and 100ms min and max wait time (I know it s…
-
### Description of feature request
Currently when we need to do distributed test, we have to start Locust master and slaves one by one. Suppose our load test machine has 32 cores, we need to run st…
-
core.py is big and messy. I think we should:
* Remove NoClientWarningRaiser because I dont think it is needed any more? (at least the comment would suggest that)
* Move Locust & HttpLocust into se…
-
I found the locust changes the events, and the TimescaleListener uses the events to collect the request success and failures, Will it support the newest locust?
-
### Describe the bug
On an attempt to add a listener to test_start, I am met with `module 'locust.events' has no attribute 'test_start'`
### Expected behavior
```
@events.test_start.add_…
-
### Describe the bug
When the hatching terminates on_master_stop_hatching is not triggered on the master but on_master_start_hatching triggers just fine
Locustfile.py
-------------
from locus…
-
Some of locusts core concepts have a naming style that makes it unnecessarily confusing. Also, some of the code design doesn't make a lot of sense.
I'd like to:
* Merge the Locust and TaskSet cl…
-
Hi all, i'm currently trying to use locust with java client in distributed mode. I have wrote a simple custom task that sends GET request to version. The approach i'm using described here: https://www…