You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, currently working on an asgi framework flask style, nothing serious
the idea is that i want to have a Threadpool aswell as a Processpool and i need to catch the shutdown event so i can close the pools
Here's the link for the repo for reference : https://github.com/achaayb/CoreAPI
my issue here is on the lifespan events i can print when lifespan.started but when i have a print statement on lifespan.shutdown nothing prints, if anyone could help me that would be very much apreciated
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello guys, currently working on an asgi framework flask style, nothing serious
the idea is that i want to have a Threadpool aswell as a Processpool and i need to catch the shutdown event so i can close the pools
Here's the link for the repo for reference : https://github.com/achaayb/CoreAPI
my issue here is on the lifespan events i can print when lifespan.started but when i have a print statement on lifespan.shutdown nothing prints, if anyone could help me that would be very much apreciated
Beta Was this translation helpful? Give feedback.
All reactions