Skip to content

Commit

Permalink
Drop MAX_WORKERS
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Nov 27, 2017
1 parent 3a8b809 commit 2e99495
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ TILER_BASE_URL=http://tiles.staging.openaerialmap.org
# How often to run background processes. Run quickly like this only for non-production.
# Will not be needed once Monq is integrated.
CRON_TIME=*/15 * * * * *
# Maximum number of background worker processes to have running. Will not be needed
# once Monq is integrated.
MAX_WORKERS=1
# Used to identify imagery after it has been uploaded.
S3_PUBLIC_DOMAIN=s3.amazonaws.com

Expand Down
5 changes: 1 addition & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ const config = {
// the entrypoint for using the Dynamic Tiler to serve imagery.
tilerBaseUrl: process.env.TILER_BASE_URL,

// Maximum number of workers.
maxWorkers: process.env.MAX_WORKERS,

// AWS credendtials
// AWS credentials
awsKey: process.env.AWS_ACCESS_KEY_ID,
awsSecret: process.env.AWS_SECRET_ACCESS_KEY,
awsRegion: process.env.AWS_REGION,
Expand Down

0 comments on commit 2e99495

Please sign in to comment.