Hacker News new | ask | show | jobs
by njl 5779 days ago
The front end dispatches requests to a Varnish, which is in front of a router that queues up requests and sends them to available copies of the desired application. Persistence is Postgresql, and delayed and scheduled jobs are handled by celery over RabbitMQ.

My number one goal is to provide a deployment environment with as few additional restrictions on the developer as possible.

1 comments

That sounds quite good! So most of the parallelism is on the view processing layer? Is the postgres setup parallelised as well?