> Hello Roberto. > > On 01 Jul 2014, at 08:18, Roberto De Ioris <[email protected]> wrote: > >> If i remember correctly you have an https router on front, could it be >> it >> is the guilty one ? (there is no graceful reload concept in gateways, >> and >> when you reload the master, gateways are destroyed asap) > > Yes, you are right. So there is no way to add a cron entry and gracefully > reload in this case, correct? > > Thank you, > André > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
probably i would split the https router from the app-instance. (or if you have a proxy/load-balancer on front of your https router, consider removing it and directly configure uWSGI to speak https with --https-socket :port,cert,key) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
