Anudeep Samaiya
Anudeep Samaiya
those are top most repeated queries.
Yes this is what I was trying to achieve, I have implemented the decorators in my project. Nicely done, having it as a processor is a cleaner approach. Thanks
so like ```./manage.py createinitialrevisions your_app.YourModel --comment="Initial revision."``` it woud be useful to have ```./manage.py createinitialrevisions your_app.YourModel --comment="Initial revision." --username="some_username" --date="28/09/2020"```
You can create a gevent thread that does this periodically. You can spawn that thread on locust init. ```python def reset_stats(): while True: gevent.sleep(100) # reset stats logic here pass...
Thanks for maintaining Locust @cyberw. It's useful to my work so much that I would be delighted to help. Often times when I need browse the `main.py`, I feel the...
Does the python-sdk support django? If it does, cant find any documentation about it, would love to help with the documentation.