Hello all,

I have a question regarding Pyramid application.

In my use case, I create the Pyramid app using .make_wsgi_app() api, and is 
then handed to gunicorn to start the server.
My problem is, I want to run a task/method once, AFTER the webserver is up. 
(ie, when gunicorn/waitress/etc had started the pyramid app by calling its 
.serve_forever())

Is there a hook or event in Pyramid webapp that is triggered when webserver 
is up? What is the best practice in such a case?


Many thanks in advance,
Jeryn Mathew

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to