cyme.branch.signals

cyme.branch.signals

cyme.branch.signals.branch_ready = <Signal: Signal>

Sent when the branch and all its components are ready to serve.

Arguments:
sender:is the Branch instance.
cyme.branch.signals.controller_ready = <Signal: Signal>

Sent when a controller is ready.

Arguments:
sender:is the Controller instance.
cyme.branch.signals.httpd_ready = <Signal: Signal>

Sent when the http server is ready to accept requests. Arguments:

sender:the HttpServer instance.
addrport:the (hostname, port) tuple.
handler:the WSGI handler used.
sock:the socket used.
cyme.branch.signals.supervisor_ready = <Signal: Signal>

Sent when the supervisor is ready. Arguments:

sender:is the Supervisor instance.

Previous topic

cyme.branch.httpd

Next topic

cyme.branch.state

This Page