Lars Holmberg

Results 237 comments of Lars Holmberg

Thought it would be trivial or at least very easy, but it wasnt.

Hi! Master logs a high cpu-warning like how workers do, and if it it doesn't you should be fine. Are you encountering a problem? If not, master stats are kind...

You can use a load shape https://docs.locust.io/en/latest/custom-load-shape.html#custom-load-shapes But --stop-timeout should have been enough (you ran with that when the logs were generated, right?). With that setting, either users should finish...

There used to be a feature that detected time difference between master and worker, but it had to be disabled (4+ years ago) due to false positives. I’ll have a...

Yea, I think this has probably never worked. Basically a changed user distribution in the return value from tick cant _stop_ users, and I think it would be hard to...

Hmm.. yea I dont know why that doesnt work. I should probably document this as a limitation or something.

Hi @maZahaca ! I recently started getting this error: `{"errors":[{"message":"You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only....

Looks very useful, but needs tests and an example (https://github.com/locustio/locust/blob/master/examples/test_data_management.py is where we dump all event examples I right now I guess :) Have you considered using separate events (heartbeat_sent...

Lgtm. Can you update the PR description to match the final solution?

First run of make install failed for me. Probably the shell doesnt update its list of installed things in the middle of a && (could be enough to move `poetry...