-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 URL limit #786
Comments
can you provide some context? do you mean the URL's reported in the UI? |
yes the charts seem to stop working correctly when we hit 500. I believe the issue maybe in web.py ? |
looks like it gets truncated at 500 in web.py... the UI rendered extremely slowly with too many rows. To make this configurable, we first need to add support for using a config/settings file (which Locust currently lacks). |
I think >500 different requests is rarely useful, and wouldnt really scale anyway. If the problem is that your URLs are very dynamic, use the name parameter to make them get the same name, see https://docs.locust.io/en/stable/writing-a-locustfile.html#grouping-requests-to-urls-with-dynamic-parameters |
Feature request
Would it be possible to make the number of URL's that can be hit, configurable?
The text was updated successfully, but these errors were encountered: