mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +00:00
make things better for the golang scheduler
This commit is contained in:
parent
00ea87b0a8
commit
98cafdfaed
2 changed files with 1 additions and 3 deletions
|
@ -48,8 +48,6 @@ func WorkerCmd(ctx context.Context) *cobra.Command {
|
||||||
|
|
||||||
poolSize := consumers / 4
|
poolSize := consumers / 4
|
||||||
|
|
||||||
runtime.GOMAXPROCS(consumers)
|
|
||||||
|
|
||||||
db, err := cmdutil.NewDatabasePool(ctx, poolSize)
|
db, err := cmdutil.NewDatabasePool(ctx, poolSize)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
|
@ -91,7 +91,7 @@ services:
|
||||||
maxInstances: 30
|
maxInstances: 30
|
||||||
targetCPUPercent: 80
|
targetCPUPercent: 80
|
||||||
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
|
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
|
||||||
startCommand: panic-monitor ./apollo worker --queue notifications --consumers 1024
|
startCommand: panic-monitor ./apollo worker --queue notifications --consumers 256
|
||||||
|
|
||||||
# Stuck Notifications Checker
|
# Stuck Notifications Checker
|
||||||
- type: worker
|
- type: worker
|
||||||
|
|
Loading…
Reference in a new issue