Riccardo Magliocchetti
Riccardo Magliocchetti
Thanks for the PR, could you please write a test for this to avoid regressions in the future?
Adding the double call does not seem to help here in not getting 0 values though with 2 youtube videos playing: ``` scputimes(user=0.0, nice=0.0, system=0.0, idle=0.0, iowait=0.0, irq=0.0, softirq=0.0, steal=0.0,...
That does help either, in this example the first call has decent data while the other 1 second later is 0s: ``` in setup 1742209254.0135608 scputimes(user=5.2, nice=0.0, system=0.6, idle=94.3, iowait=0.0,...
@pawelusermoc @Pokapiec pushed another commit to cleanup, does it work for you?
Thanks for reporting. What's the reason to run a wsgi framework in an asgi worker?
If you use gevent you should monkey patch everything you use, and I don't see it from your code
@UOndro Please fix failing tests, linting and add a CHANGELOG entry
Do they work locally? I think it's premature to add them on CI since we are depending on other packages support and wheels (they removed some C-API symbols) more than...
> Makes sense. > > @xrmx Would it be desirable to have a separate job that runs the tests only against the latest Python pre-release that is not mandatory so...
> > I think CI is already slow enough :) > > I mean, the tests will have to be added eventually, so we're probably not getting around that. :)...