euri10

Results 238 comments of euri10

> The pipeline is failing for >1 and

not sure about that, isn't that the keep-alive of 5s is for, the tests pass fine if for instance we set ``` config = Config(app=app, timeout_keep_alive=1.1) server = Server(config=config) ```

question is should I do the same modification to the `sweep_all` mehtod ? edit: I did

the changes I made impact the `transfer` and `sweep_all` methods, and as the `test_sweep_all uses` relay=False it's a goog opportunity to get those changes tested, so the json `test_sweep_all-20-sweep_all.json` need...

> We use docker and fastapi in our work environment. There fore we cannot use vscode or pycharm debugger. how so @msenol86 ? I'm using pycharm + fastapi + starception,...

very good explanation, I can see my device now I'll try to setup symbolic links to .config/garmin-extractor/ as it seems the path tree required looks the same !

I adapted @dmontagu example using `set_tag_callback` and set yappi to calculate wall times. The result is weird : if you increase tasks number the endpoint is slower and slower. Not...

makes sense @sumerc this is probably trying to check too many things at once, the reason it surprised me is that the 100 tasks without the profiler (just commenting `app.add_middleware(BenchMiddleware,...

To make sure I uninstalled and reinstalled yappi, I got same results overall, 75s overall for 100 tasks, comment the line 74 `app.add_middleware(BenchMiddleware, calls_to_track=track)` that sets the middleware and it...