Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Add a Procfile #2

Merged
merged 1 commit into from
Jul 28, 2015
Merged

Add a Procfile #2

merged 1 commit into from
Jul 28, 2015

Conversation

jennyd
Copy link

@jennyd jennyd commented Jul 22, 2015

We need this to deploy MapIt as a normal app in our infrastructure.

This file is very similar to the one for Stagecraft:

alphagov/stagecraft@3eff938

MapIt gets less than 5 requests a second on average, and each request
completes in well under half a second, so 8 workers on each machine is
generous. We need a single machine to be able to handle all production traffic
while we update the database using our current process, so this seems
reasonable.

This depends on #1 being merged because it needs gunicorn.

We need this to deploy MapIt as a normal app in our infrastructure.

This file is very similar to the one for Stagecraft:

    alphagov/stagecraft@3eff938

MapIt gets less than 5 requests a second on average, and each request
completes in well under half a second, so 8 workers on each machine is
generous. We need a single machine to be able to handle all production traffic
while we update the database using our current process, so this seems
reasonable.
tommyp added a commit that referenced this pull request Jul 28, 2015
@tommyp tommyp merged commit 7b03392 into master Jul 28, 2015
@tommyp tommyp deleted the add-procfile branch July 28, 2015 15:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants