Sven Mäder
Sven Mäder
@swoertz I can confirm it is fixed. Thank you 👍
Fixed in #1001 👍
Similar but different: https://github.com/element-hq/synapse/issues/8686
I believe we have the same problem. We noticed increased CPU usage after the upgrade from 1.104.0 to 1.105.1. This occurs occasionally for a few minutes.   bot 😂
Looks like maybe it is not too difficult to patch it in the meantime. Only tested for `text-generation`. no threads patch for v1.4.1 ```diff diff --git a/src/controller/agent/create/mod.rs b/src/controller/agent/create/mod.rs index d02e148..8217814...
I am able to somewhat reproduce this by aborting `ansible-playbook` runs (against ~200 hosts) with `Ctrl-C`. There seem to be 2 types of "stuck" processes: - `&yellow`: idle processes -...
I was not able to reproduce anymore busy looping (red) processes using [9cc0ab0](https://github.com/mitogen-hq/mitogen/commit/9cc0ab0823b0280f5309d0f102a42f2cceb99b57), from https://github.com/mitogen-hq/mitogen/pull/1349 cherry picked on top of most recent master fdb5c625. But there still were some leftover...
> I don't think you can use _just_ [9cc0ab0](https://github.com/mitogen-hq/mitogen/commit/9cc0ab0823b0280f5309d0f102a42f2cceb99b57), on top of [fdb5c62](https://github.com/mitogen-hq/mitogen/commit/fdb5c625324e941d867961c41c83e0bfc64db31f). You wil also need [4e86cf4](https://github.com/mitogen-hq/mitogen/commit/4e86cf448e38897195c8193f9ca17dd9e6774ab5), it adds support for stripping comments inside `_first_stage()`, and once you have...