Lars Holmberg

Results 337 comments of Lars Holmberg

Asyncio is not supported right now. We're planning to build a completely asyncio-based worker implementation, but unless theres a simple way to allow gevent and asyncio to coexist (like asyncio-gevent...

Hi Sorry for the lack of response @GeraldWhitehead and @deepwzh . We did actually make an internal PoC before we got swamped doing all sorts of things for the SaaS/cloud...

@Ousret , that sounds really interesting, but I think the majority of work in this ticket would be implementing async support _in Locust_ (async tasks, Users etc), not so much...

I'm not sure I understand you fully, but if you wanna do something like what I suggested (https://github.com/locustcloud/aiolocust), and implement a NiquestUser, AsyncHttpUser, call it what you will, that would...

> Sorry for the questions, it's best that we are in phase before starting anything. That's probably smart :) I'm thinking a first version could be an async implementation/rewrite of...

Yea that is statement is a guess rather than hard evidence for the run time limit being reached. Not sure if there is an easy fix for it though.

Hmm... Not sure what the best solution here is - I dont think we want to install OTel for everyone by default. For now I think you'll need to build...

There is a significant difference in SSLContext handling between Python 3.12 and 3.10, breaking performance, especially when launching users rapidly. python-requests introduced a workaround for this issue in 2.32.0, but...

Hi, Thanks for your analysis. The SSL context issue, more likely related to the Python version, not Locust version. You ramp up is kind of high and can get you...

Uhm... This is an important error message, please fix this issue before doing anything else. ``` [2025-10-16 05:46:35,207] ai-load-testing-spot-vm-1/WARNING/locust.main: System open file limit '1024' is below minimum setting '10000'. It's...