Skip to content

Commit

Permalink
initial circus file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Jul 20, 2012
1 parent a494b25 commit fc2df8a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions circus.ini
@@ -0,0 +1,22 @@
[circus]
check_delay = 5
endpoint = tcp://127.0.0.1:5555
pubsub_endpoint = tcp://127.0.0.1:5556
stats_endpoint = tcp://127.0.0.1:5557
httpd = 1
httpd_host = 127.0.0.1
httpd_port = 8888
debug = 1

[watcher:webworker]
cmd = /Users/tarek/Dev/github.com/readthedocs.org/bin/chaussette --fd $(circus.sockets.webapp) readthedocs.wsgi.application --backend gevent
working_dir = /Users/tarek/Dev/github.com/readthedocs.org/readthedocs
use_sockets = True
warmup_delay = 0
numprocesses = 3
stdout_stream.class = StdoutStream
stderr_stream.class = StdoutStream

[socket:webapp]
host = 127.0.0.1
port = 8080

0 comments on commit fc2df8a

Please sign in to comment.