Octavia is a heavy taskflow user and does not use eventlet. This issue has been on our radar since the Debian folks (thank you Zigo!) raised it in July[1]. Unfortunately we do not have anyone working on this at this time. Michael [1] https://bugs.launchpad.net/taskflow/+bug/2026183 On Wed, Nov 22, 2023 at 10:43 AM <smooney@redhat.com> wrote:
On Wed, 2023-11-22 at 11:48 -0500, Corey Bryant wrote:
Hi All,
As noted in the following bug, taskflow uses asyncore, which is removed in Python 3.12. tasklfow needs to be switched to asyncio as a result. Does anyone happen to be working on this?
https://bugs.launchpad.net/ubuntu/+source/python-taskflow/+bug/2024588 you cannot generally mix asyncio and evnetlet so if taskflow is used in any project that uses eventlet today then that is not somethign that can be simply repelasced.
Thanks, Corey