Skip to content

Commit

Permalink
Merge pull request #1525 from GSA/notify-api-1524
Browse files Browse the repository at this point in the history
set prefetch multiplier to 2
  • Loading branch information
terrazoon authored Jan 13, 2025
2 parents 4293da6 + 7e7d432 commit aeb4726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ applications:
- type: worker
instances: ((worker_instances))
memory: ((worker_memory))
command: newrelic-admin run-program celery -A run_celery.notify_celery worker --loglevel=INFO --pool=threads --concurrency=10
command: newrelic-admin run-program celery -A run_celery.notify_celery worker --loglevel=INFO --pool=threads --concurrency=10 --prefetch-multiplier=2
- type: scheduler
instances: 1
memory: ((scheduler_memory))
Expand Down

0 comments on commit aeb4726

Please sign in to comment.