David Culbreth

Results 8 comments of David Culbreth

st2 isn't currently set up to support any python version newer than python3.8. this will have to wait until the core `st2` services are updated to include that support.

Has anyone found a solution to this, or was it just abandoned because it was getting messy? If it's the latter, I'd like to take a swing at getting this...

how are you making the Python runner sleep? Is it leveraging the eventlet/green thread capabilities to yield while sleeping? Can you show the action that you're running to test?

Relevant bug report? https://bugs.launchpad.net/oslo-incubator/+bug/1259729

Hi, I haven't seen any activity in this space, Is there a branch or fork where this work is being completed?

I'm liking the strategy proposed by @guzzijones of migrating service by service over to asyncio. would we want to also jump over to an asgi service handler like hypercorn as...

oh, goodness. Eventlet's direct and indirect use runs fairly deep across the platform, including in st2common -- that's where most of the work will be. I wish it was as...

The only places I see that we might want to keep references to Eventlet around are in the SensorContainer and _maybe_ the action runner, just for backwards compatibility across the...