Skip to content
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

Closed
gda2004 opened this issue May 8, 2018 · 4 comments
Closed

500 URL limit #786

gda2004 opened this issue May 8, 2018 · 4 comments

Comments

@gda2004
Copy link

gda2004 commented May 8, 2018

Feature request

Would it be possible to make the number of URL's that can be hit, configurable?

@cgoldberg
Copy link
Member

can you provide some context? do you mean the URL's reported in the UI?

@gda2004
Copy link
Author

gda2004 commented May 9, 2018

yes the charts seem to stop working correctly when we hit 500. I believe the issue maybe in web.py ?

@cgoldberg
Copy link
Member

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).

@cyberw
Copy link
Collaborator

cyberw commented Oct 18, 2019

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

@cyberw cyberw closed this as completed Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants