mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
fix envs
This commit is contained in:
parent
b8bda0ab54
commit
d21d20fe65
1 changed files with 6 additions and 6 deletions
12
render.yaml
12
render.yaml
|
@ -74,7 +74,7 @@ services:
|
|||
name: worker.notifications
|
||||
plan: starter plus
|
||||
envVars:
|
||||
fromGroup: env-settings
|
||||
- fromGroup: env-settings
|
||||
scaling:
|
||||
minInstances: 1
|
||||
maxInstances: 10
|
||||
|
@ -88,7 +88,7 @@ services:
|
|||
name: worker.notifications.stuck
|
||||
plan: starter plus
|
||||
envVars:
|
||||
fromGroup: env-settings
|
||||
- fromGroup: env-settings
|
||||
scaling:
|
||||
minInstances: 1
|
||||
maxInstances: 10
|
||||
|
@ -102,7 +102,7 @@ services:
|
|||
name: app.scheduler
|
||||
plan: starter
|
||||
envVars:
|
||||
fromGroup: env-settings
|
||||
- fromGroup: env-settings
|
||||
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
|
||||
startCommand: panic-monitor ./apollo scheduler
|
||||
autoDeploy: false
|
||||
|
@ -112,7 +112,7 @@ services:
|
|||
name: worker.watcher.users
|
||||
plan: starter
|
||||
envVars:
|
||||
fromGroup: env-settings
|
||||
- fromGroup: env-settings
|
||||
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
|
||||
startCommand: panic-monitor ./apollo worker --queue users --multiplier 16
|
||||
autoDeploy: false
|
||||
|
@ -122,7 +122,7 @@ services:
|
|||
name: worker.watcher.subreddits
|
||||
plan: starter plus
|
||||
envVars:
|
||||
fromGroup: env-settings
|
||||
- fromGroup: env-settings
|
||||
scaling:
|
||||
minInstances: 1
|
||||
maxInstances: 10
|
||||
|
@ -136,7 +136,7 @@ services:
|
|||
name: worker.watcher.trending
|
||||
plan: starter plus
|
||||
envVars:
|
||||
fromGroup: env-settings
|
||||
- fromGroup: env-settings
|
||||
scaling:
|
||||
minInstances: 1
|
||||
maxInstances: 10
|
||||
|
|
Loading…
Reference in a new issue