Re: [uWSGI] ASGI support

2018-08-22 Thread Jamesie Pic
Thanks for your kind reply Riccardo, I just noted that YourLabs is not already making a recurring donation to uWSGI developpement, but it's a bit your fault: because uWSGI works too well (sorry for my absurd joke but I can't help myself). That's something we want to fix anyway ! Do you only accept

[uWSGI] on worker exit handler

2018-08-22 Thread Ondrej Tuma
Hi there, i try to create custom metrics for prometheus with official python prometheus_client library. I use uwsgi with gevent and Flask, with more workers. So i need to handle, when worker shut down to call prometheus_client.mark_process_dead(worker_pid) But i can't found another sol