Project

General

Profile

Actions

Bug #20594

open

scaling nginx settings

Added by Peter Amstutz 6 days ago. Updated 6 days ago.

Status:
In Progress
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Start date:
05/26/2023
Due date:
% Done:

0%

Estimated time:
(Total: 0.00 h)
Story points:
-

Description

The values of worker_rlimit_nofile and worker_connections need to scale with CONTROLLER_MAX_CONCURRENT_REQUESTS instead of being hardcoded, and they need to be at least 2x as large as the concurrent requests, because each request handler will have a client request and a database connection.


Subtasks 1 (1 open0 closed)

Task #20596: Review 20594-scaling-nginx-settingsIn ProgressPeter Amstutz05/26/2023

Actions
Actions #1

Updated by Peter Amstutz 6 days ago

  • Status changed from New to In Progress
Actions #2

Updated by Peter Amstutz 6 days ago

  • Description updated (diff)
Actions #3

Updated by Peter Amstutz 6 days ago

  • Category set to Deployment
Actions #4

Updated by Peter Amstutz 6 days ago

  • Assigned To set to Lucas Di Pentima
  • Status changed from In Progress to New
Actions #5

Updated by Lucas Di Pentima 6 days ago

  • Status changed from New to In Progress
Actions #6

Updated by Lucas Di Pentima 6 days ago

Updates at b859429 - branch 20594-scaling-nginx-settings

Makes nginx's config settings 3x the CONTROLLER_MAX_CONCURRENT_REQUESTS value, if set.

Validated it by testing on the scale cluster.

Actions

Also available in: Atom PDF