diff --git a/frameworks/roda/app.rb b/frameworks/roda/app.rb index 971e04d81..db7db19d2 100644 --- a/frameworks/roda/app.rb +++ b/frameworks/roda/app.rb @@ -215,15 +215,15 @@ def render_plain(plain) def map_row(row) mapped_row = { - id: row['id'], - name: row['name'], - category: row['category'], - price: row['price'], - quantity: row['quantity'], - active: row['active'] == 1, + id: row[:id], + name: row[:name], + category: row[:category], + price: row[:price], + quantity: row[:quantity], + active: row[:active] == 1, } - mapped_row[:tags] = JSON.parse(row['tags']) if row['tags'] - mapped_row[:rating] = { score: row['rating_score'], count: row['rating_count'] } if row['rating_score'] && row['rating_count'] + mapped_row[:tags] = JSON.parse(row[:tags]) if row[:tags] + mapped_row[:rating] = { score: row[:rating_score], count: row[:rating_count] } if row[:rating_score] && row[:rating_count] mapped_row end @@ -233,6 +233,7 @@ def self.get_async_db max_connections = ENV.fetch('MAX_THREADS', 4).to_i ConnectionPool.new(size: max_connections, timeout: 5) do db = PG.connect(ENV['DATABASE_URL']) + db.field_name_type = :symbol db.prepare('select', SELECT_QUERY) db.prepare('crud_get', CRUD_GET_SQL) db.prepare('crud_list', CRUD_LIST_SQL) diff --git a/site/data/api-16-1024.json b/site/data/api-16-1024.json index f1c600918..cd982f3cc 100644 --- a/site/data/api-16-1024.json +++ b/site/data/api-16-1024.json @@ -854,28 +854,28 @@ { "framework": "roda", "language": "Ruby", - "rps": 46256, - "avg_latency": "20.86ms", - "p99_latency": "78.70ms", - "cpu": "1677.9%", - "memory": "1.5GiB", + "rps": 49742, + "avg_latency": "19.24ms", + "p99_latency": "80.90ms", + "cpu": "1694.0%", + "memory": "1.6GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "238.33MB/s", - "input_bw": "2.60MB/s", - "reconnects": 138616, - "status_2xx": 693845, + "bandwidth": "255.56MB/s", + "input_bw": "2.80MB/s", + "reconnects": 149160, + "status_2xx": 746138, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 260094, - "tpl_json": 260288, + "tpl_baseline": 279836, + "tpl_json": 279980, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 173462 + "tpl_async_db": 186320 }, { "framework": "servicestack", diff --git a/site/data/api-4-256.json b/site/data/api-4-256.json index d1d48707d..e1510fdb5 100644 --- a/site/data/api-4-256.json +++ b/site/data/api-4-256.json @@ -854,28 +854,28 @@ { "framework": "roda", "language": "Ruby", - "rps": 18581, - "avg_latency": "12.94ms", - "p99_latency": "53.40ms", + "rps": 19893, + "avg_latency": "11.79ms", + "p99_latency": "53.90ms", "cpu": "396.3%", - "memory": "491MiB", + "memory": "521MiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "95.79MB/s", - "input_bw": "1.05MB/s", - "reconnects": 55738, - "status_2xx": 278727, + "bandwidth": "102.23MB/s", + "input_bw": "1.12MB/s", + "reconnects": 59636, + "status_2xx": 298405, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 104382, - "tpl_json": 104559, + "tpl_baseline": 111884, + "tpl_json": 111993, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 69786 + "tpl_async_db": 74528 }, { "framework": "servicestack", diff --git a/site/data/async-db-1024.json b/site/data/async-db-1024.json index 9b522db83..5c41fdc7d 100644 --- a/site/data/async-db-1024.json +++ b/site/data/async-db-1024.json @@ -676,19 +676,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 107840, - "avg_latency": "8.81ms", - "p99_latency": "21.90ms", - "cpu": "6296.7%", + "rps": 117100, + "avg_latency": "8.14ms", + "p99_latency": "20.40ms", + "cpu": "6322.4%", "memory": "2.5GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "437.29MB/s", - "input_bw": "7.20MB/s", - "reconnects": 42742, - "status_2xx": 1078403, + "bandwidth": "473.34MB/s", + "input_bw": "7.82MB/s", + "reconnects": 46608, + "status_2xx": 1171001, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-4096.json b/site/data/baseline-4096.json index a91c227cd..a6ef25988 100644 --- a/site/data/baseline-4096.json +++ b/site/data/baseline-4096.json @@ -1009,19 +1009,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 51841, - "avg_latency": "68.08ms", - "p99_latency": "301.40ms", - "cpu": "4003.9%", - "memory": "8.6GiB", + "rps": 58070, + "avg_latency": "58.92ms", + "p99_latency": "288.70ms", + "cpu": "4058.5%", + "memory": "8.4GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "5.09MB/s", - "input_bw": "4.00MB/s", + "bandwidth": "4.93MB/s", + "input_bw": "4.49MB/s", "reconnects": 0, - "status_2xx": 259209, + "status_2xx": 290350, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-512.json b/site/data/baseline-512.json index 7e0ea2a81..8995770c7 100644 --- a/site/data/baseline-512.json +++ b/site/data/baseline-512.json @@ -1009,19 +1009,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 98502, - "avg_latency": "5.18ms", - "p99_latency": "84.50ms", - "cpu": "4756.6%", - "memory": "9.6GiB", + "rps": 101628, + "avg_latency": "5.04ms", + "p99_latency": "82.20ms", + "cpu": "4685.8%", + "memory": "9.2GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "9.67MB/s", - "input_bw": "7.61MB/s", - "reconnects": 430, - "status_2xx": 492512, + "bandwidth": "8.62MB/s", + "input_bw": "7.85MB/s", + "reconnects": 449, + "status_2xx": 508141, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/crud-4096.json b/site/data/crud-4096.json index 03937e237..f206aa91c 100644 --- a/site/data/crud-4096.json +++ b/site/data/crud-4096.json @@ -180,19 +180,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 60025, - "avg_latency": "65.23ms", - "p99_latency": "83.00ms", - "cpu": "2591.6%", - "memory": "3.3GiB", + "rps": 60814, + "avg_latency": "64.82ms", + "p99_latency": "85.00ms", + "cpu": "2561.5%", + "memory": "3.4GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "19.17MB/s", - "input_bw": "5.15MB/s", - "reconnects": 3340, - "status_2xx": 900375, + "bandwidth": "19.48MB/s", + "input_bw": "5.22MB/s", + "reconnects": 3654, + "status_2xx": 912215, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-4096.json b/site/data/json-4096.json index ccc043ba2..8922319a8 100644 --- a/site/data/json-4096.json +++ b/site/data/json-4096.json @@ -776,19 +776,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 229571, - "avg_latency": "15.79ms", - "p99_latency": "44.40ms", - "cpu": "6386.4%", - "memory": "4.4GiB", + "rps": 250044, + "avg_latency": "14.41ms", + "p99_latency": "41.60ms", + "cpu": "6380.6%", + "memory": "4.3GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "794.18MB/s", - "input_bw": "10.95MB/s", - "reconnects": 43984, - "status_2xx": 1147856, + "bandwidth": "861.77MB/s", + "input_bw": "11.92MB/s", + "reconnects": 48054, + "status_2xx": 1250224, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-16384.json b/site/data/json-comp-16384.json index 8891611b0..5b73427b4 100644 --- a/site/data/json-comp-16384.json +++ b/site/data/json-comp-16384.json @@ -642,19 +642,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 130203, - "avg_latency": "87.05ms", - "p99_latency": "320.00ms", - "cpu": "6254.7%", - "memory": "4.5GiB", + "rps": 141455, + "avg_latency": "65.01ms", + "p99_latency": "225.80ms", + "cpu": "6242.6%", + "memory": "5.5GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "175.63MB/s", - "input_bw": "9.69MB/s", - "reconnects": 19323, - "status_2xx": 651016, + "bandwidth": "188.81MB/s", + "input_bw": "10.52MB/s", + "reconnects": 23508, + "status_2xx": 707279, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-4096.json b/site/data/json-comp-4096.json index 76152fb70..e57a4aa46 100644 --- a/site/data/json-comp-4096.json +++ b/site/data/json-comp-4096.json @@ -642,19 +642,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 131424, - "avg_latency": "26.84ms", - "p99_latency": "51.10ms", - "cpu": "6538.8%", - "memory": "3.7GiB", + "rps": 142219, + "avg_latency": "25.69ms", + "p99_latency": "50.40ms", + "cpu": "6432.3%", + "memory": "5.1GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "177.21MB/s", - "input_bw": "9.78MB/s", - "reconnects": 24296, - "status_2xx": 657123, + "bandwidth": "189.80MB/s", + "input_bw": "10.58MB/s", + "reconnects": 26542, + "status_2xx": 711095, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-512.json b/site/data/json-comp-512.json index 1af96495f..d3cae17f0 100644 --- a/site/data/json-comp-512.json +++ b/site/data/json-comp-512.json @@ -642,19 +642,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 127706, - "avg_latency": "4.00ms", - "p99_latency": "17.20ms", - "cpu": "6380.1%", - "memory": "4.0GiB", + "rps": 129351, + "avg_latency": "3.95ms", + "p99_latency": "13.10ms", + "cpu": "6421.7%", + "memory": "3.4GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "172.27MB/s", - "input_bw": "9.50MB/s", - "reconnects": 25432, - "status_2xx": 638531, + "bandwidth": "172.75MB/s", + "input_bw": "9.62MB/s", + "reconnects": 25856, + "status_2xx": 646759, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-tls-4096.json b/site/data/json-tls-4096.json index 5d73016ce..be75e390d 100644 --- a/site/data/json-tls-4096.json +++ b/site/data/json-tls-4096.json @@ -386,18 +386,18 @@ { "framework": "roda", "language": "Ruby", - "rps": 210033, - "avg_latency": "19.43ms", - "p99_latency": "19.43ms", - "cpu": "6602.7%", - "memory": "5.3GiB", + "rps": 220981, + "avg_latency": "18.65ms", + "p99_latency": "18.65ms", + "cpu": "6499.2%", + "memory": "6.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "726.84MB", + "bandwidth": "761.80MB", "reconnects": 0, - "status_2xx": 1071253, + "status_2xx": 1126641, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-4096.json b/site/data/limited-conn-4096.json index 50767e254..c7606d4c2 100644 --- a/site/data/limited-conn-4096.json +++ b/site/data/limited-conn-4096.json @@ -1009,19 +1009,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 28872, - "avg_latency": "122.82ms", - "p99_latency": "314.80ms", - "cpu": "3546.3%", - "memory": "6.6GiB", + "rps": 28610, + "avg_latency": "133.26ms", + "p99_latency": "272.10ms", + "cpu": "3393.4%", + "memory": "6.4GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.83MB/s", - "input_bw": "2.23MB/s", - "reconnects": 12639, - "status_2xx": 144360, + "bandwidth": "2.43MB/s", + "input_bw": "2.21MB/s", + "reconnects": 12539, + "status_2xx": 143050, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-512.json b/site/data/limited-conn-512.json index 41bb85ee1..818b65a75 100644 --- a/site/data/limited-conn-512.json +++ b/site/data/limited-conn-512.json @@ -1009,19 +1009,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 28481, - "avg_latency": "17.94ms", - "p99_latency": "72.40ms", - "cpu": "3748.5%", - "memory": "5.4GiB", + "rps": 29016, + "avg_latency": "17.64ms", + "p99_latency": "68.90ms", + "cpu": "3713.7%", + "memory": "5.6GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.80MB/s", - "input_bw": "2.20MB/s", - "reconnects": 14096, - "status_2xx": 142405, + "bandwidth": "2.46MB/s", + "input_bw": "2.24MB/s", + "reconnects": 14404, + "status_2xx": 145081, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-4096.json b/site/data/pipelined-4096.json index c5431eb5e..6b07ecf99 100644 --- a/site/data/pipelined-4096.json +++ b/site/data/pipelined-4096.json @@ -951,18 +951,18 @@ { "framework": "roda", "language": "Ruby", - "rps": 555520, - "avg_latency": "104.54ms", - "p99_latency": "245.40ms", - "cpu": "6348.6%", + "rps": 706023, + "avg_latency": "80.42ms", + "p99_latency": "151.80ms", + "cpu": "6524.7%", "memory": "2.1GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "54.55MB/s", - "reconnects": 0, - "status_2xx": 2777604, + "bandwidth": "59.91MB/s", + "reconnects": 1532, + "status_2xx": 3530118, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-512.json b/site/data/pipelined-512.json index 1a4bf0fdf..abd575cc1 100644 --- a/site/data/pipelined-512.json +++ b/site/data/pipelined-512.json @@ -951,18 +951,18 @@ { "framework": "roda", "language": "Ruby", - "rps": 559962, - "avg_latency": "14.52ms", - "p99_latency": "43.20ms", - "cpu": "6588.4%", + "rps": 730072, + "avg_latency": "11.13ms", + "p99_latency": "31.40ms", + "cpu": "6628.0%", "memory": "1.7GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "55.00MB/s", - "reconnects": 2554, - "status_2xx": 2799811, + "bandwidth": "61.96MB/s", + "reconnects": 3472, + "status_2xx": 3650363, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-1024.json b/site/data/static-1024.json index 32c7b3a5d..366576217 100644 --- a/site/data/static-1024.json +++ b/site/data/static-1024.json @@ -794,18 +794,18 @@ { "framework": "roda", "language": "Ruby", - "rps": 140792, - "avg_latency": "7.71ms", - "p99_latency": "7.71ms", - "cpu": "6554.5%", - "memory": "6.1GiB", + "rps": 138180, + "avg_latency": "7.87ms", + "p99_latency": "7.87ms", + "cpu": "6509.2%", + "memory": "5.4GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.16GB", + "bandwidth": "2.12GB", "reconnects": 0, - "status_2xx": 718060, + "status_2xx": 704627, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-4096.json b/site/data/static-4096.json index 1ca6cc81e..8dbae9c0a 100644 --- a/site/data/static-4096.json +++ b/site/data/static-4096.json @@ -794,18 +794,18 @@ { "framework": "roda", "language": "Ruby", - "rps": 140415, - "avg_latency": "28.14ms", - "p99_latency": "28.14ms", - "cpu": "6556.6%", - "memory": "6.5GiB", + "rps": 139859, + "avg_latency": "28.26ms", + "p99_latency": "28.26ms", + "cpu": "6525.3%", + "memory": "5.8GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.15GB", + "bandwidth": "2.14GB", "reconnects": 0, - "status_2xx": 716064, + "status_2xx": 713896, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-6800.json b/site/data/static-6800.json index a32b040b3..f258798cf 100644 --- a/site/data/static-6800.json +++ b/site/data/static-6800.json @@ -794,10 +794,10 @@ { "framework": "roda", "language": "Ruby", - "rps": 138915, - "avg_latency": "46.94ms", - "p99_latency": "46.94ms", - "cpu": "6562.4%", + "rps": 138832, + "avg_latency": "46.00ms", + "p99_latency": "46.00ms", + "cpu": "6480.3%", "memory": "6.5GiB", "connections": 6800, "threads": 64, @@ -805,7 +805,7 @@ "pipeline": 1, "bandwidth": "2.13GB", "reconnects": 0, - "status_2xx": 708389, + "status_2xx": 708027, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-256.json b/site/data/upload-256.json index 95c949fa6..79fc6556e 100644 --- a/site/data/upload-256.json +++ b/site/data/upload-256.json @@ -721,19 +721,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 898, - "avg_latency": "270.87ms", - "p99_latency": "1.40s", - "cpu": "6279.2%", - "memory": "8.8GiB", + "rps": 904, + "avg_latency": "266.62ms", + "p99_latency": "1.21s", + "cpu": "6382.3%", + "memory": "9.0GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "94.23KB/s", - "input_bw": "7.12GB/s", - "reconnects": 793, - "status_2xx": 4502, + "bandwidth": "82.50KB/s", + "input_bw": "7.17GB/s", + "reconnects": 837, + "status_2xx": 4532, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-32.json b/site/data/upload-32.json index a00bc0933..d0352c886 100644 --- a/site/data/upload-32.json +++ b/site/data/upload-32.json @@ -721,19 +721,19 @@ { "framework": "roda", "language": "Ruby", - "rps": 961, - "avg_latency": "33.16ms", - "p99_latency": "136.70ms", - "cpu": "3052.6%", - "memory": "8.4GiB", + "rps": 956, + "avg_latency": "33.40ms", + "p99_latency": "146.40ms", + "cpu": "3012.6%", + "memory": "9.1GiB", "connections": 32, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "100.64KB/s", - "input_bw": "7.62GB/s", - "reconnects": 956, - "status_2xx": 4806, + "bandwidth": "87.05KB/s", + "input_bw": "7.58GB/s", + "reconnects": 952, + "status_2xx": 4781, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/static/logs/api-16/1024/roda.log b/site/static/logs/api-16/1024/roda.log index b64059784..7dc2dbc28 100644 --- a/site/static/logs/api-16/1024/roda.log +++ b/site/static/logs/api-16/1024/roda.log @@ -14,19 +14,19 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.02s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.02s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.02s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.02s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.02s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.02s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.02s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.02s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.02s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.03s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.03s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.02s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.02s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.02s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.02s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.02s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.02s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.02s, phase: 0 [1] - Worker 9 (PID: 45) booted in 0.02s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.01s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.01s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.01s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.01s, phase: 0 [1] - Worker 12 (PID: 61) booted in 0.01s, phase: 0 [1] - Worker 13 (PID: 68) booted in 0.01s, phase: 0 -[1] - Worker 14 (PID: 74) booted in 0.01s, phase: 0 +[1] - Worker 14 (PID: 75) booted in 0.01s, phase: 0 [1] - Worker 15 (PID: 81) booted in 0.01s, phase: 0 diff --git a/site/static/logs/api-4/256/roda.log b/site/static/logs/api-4/256/roda.log index 87f6f5249..96cbe88cc 100644 --- a/site/static/logs/api-4/256/roda.log +++ b/site/static/logs/api-4/256/roda.log @@ -14,7 +14,7 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.0s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.0s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.0s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.0s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.0s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.0s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.0s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.0s, phase: 0 diff --git a/site/static/logs/async-db/1024/roda.log b/site/static/logs/async-db/1024/roda.log index 35367f1d5..fbcd8c4af 100644 --- a/site/static/logs/async-db/1024/roda.log +++ b/site/static/logs/async-db/1024/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 36) booted in 0.08s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 50) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 73) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 79) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 90) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 97) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 136) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 176) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 235) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 266) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 283) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 295) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 301) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 307) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 325) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 338) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 343) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 349) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 355) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 361) booted in 0.02s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 11) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.1s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.1s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.1s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 52) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 57) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 69) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 78) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 84) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 88) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 95) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 101) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 106) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 111) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 121) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 185) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 221) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 227) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 237) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 315) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 321) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 327) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 333) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 338) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 344) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 350) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 356) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.03s, phase: 0 diff --git a/site/static/logs/baseline/4096/roda.log b/site/static/logs/baseline/4096/roda.log index 5d348a7a9..ab93c03d5 100644 --- a/site/static/logs/baseline/4096/roda.log +++ b/site/static/logs/baseline/4096/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 -[1] - Worker 1 (PID: 11) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 42) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 47) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 52) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 57) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 63) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 69) booted in 0.07s, phase: 0 -[1] - Worker 14 (PID: 76) booted in 0.07s, phase: 0 -[1] - Worker 15 (PID: 81) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 94) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 101) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 106) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 111) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 116) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 121) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 133) booted in 0.06s, phase: 0 -[1] - Worker 25 (PID: 137) booted in 0.06s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 155) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 177) booted in 0.05s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.05s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 248) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 264) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 270) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 276) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 282) booted in 0.03s, phase: 0 -[1] - Worker 51 (PID: 288) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 294) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 300) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 306) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 318) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 324) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 330) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 342) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 348) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 354) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 23) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 88) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 94) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 218) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.05s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 260) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 266) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 272) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/baseline/512/roda.log b/site/static/logs/baseline/512/roda.log index 14689c1b3..41b151b3b 100644 --- a/site/static/logs/baseline/512/roda.log +++ b/site/static/logs/baseline/512/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.08s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.08s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.08s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 45) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 61) booted in 0.07s, phase: 0 -[1] - Worker 13 (PID: 67) booted in 0.07s, phase: 0 -[1] - Worker 14 (PID: 73) booted in 0.07s, phase: 0 -[1] - Worker 15 (PID: 79) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 92) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 97) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 60) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 79) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 86) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 91) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 97) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 103) booted in 0.08s, phase: 0 [1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 113) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 [1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 [1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 131) booted in 0.06s, phase: 0 -[1] - Worker 25 (PID: 137) booted in 0.06s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 148) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 176) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.05s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 198) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 219) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 225) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 231) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 248) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 264) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 270) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 276) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 282) booted in 0.03s, phase: 0 -[1] - Worker 51 (PID: 288) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 294) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 300) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 306) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 318) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 324) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 330) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 342) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 348) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 354) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 153) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 182) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 194) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 199) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 218) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 256) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 260) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 266) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 306) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 342) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 347) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 359) booted in 0.03s, phase: 0 diff --git a/site/static/logs/crud/4096/roda.log b/site/static/logs/crud/4096/roda.log index 978a4d4e3..d0ec52c35 100644 --- a/site/static/logs/crud/4096/roda.log +++ b/site/static/logs/crud/4096/roda.log @@ -14,65 +14,65 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 8) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 12) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 15) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.1s, phase: 0 [1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 [1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 40) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 45) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 50) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 55) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 60) booted in 0.08s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 [1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 [1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 80) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 86) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 97) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 137) booted in 0.06s, phase: 0 -[1] - Worker 26 (PID: 142) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 148) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 153) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 183) booted in 0.05s, phase: 0 -[1] - Worker 33 (PID: 189) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.06s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.06s, phase: 0 +[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 93) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 151) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 157) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 165) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 186) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 193) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 197) booted in 0.05s, phase: 0 +[1] - Worker 35 (PID: 203) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 +[1] - Worker 38 (PID: 218) booted in 0.05s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.06s, phase: 0 [1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 [1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.05s, phase: 0 -[1] - Worker 44 (PID: 249) booted in 0.05s, phase: 0 -[1] - Worker 45 (PID: 253) booted in 0.05s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 -[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 -[1] - Worker 48 (PID: 270) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 248) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 260) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 266) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 295) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 [1] - Worker 53 (PID: 301) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 324) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 343) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 349) booted in 0.03s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 333) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 340) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 345) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-comp/16384/roda.log b/site/static/logs/json-comp/16384/roda.log index 470f60c06..88de44f45 100644 --- a/site/static/logs/json-comp/16384/roda.log +++ b/site/static/logs/json-comp/16384/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 15) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.1s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 [1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 -[1] - Worker 9 (PID: 47) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 53) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 58) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 63) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 70) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 83) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 88) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 94) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 106) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 110) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 137) booted in 0.06s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 77) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 83) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 89) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 95) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 111) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 116) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 122) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 128) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 134) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.06s, phase: 0 [1] - Worker 30 (PID: 173) booted in 0.06s, phase: 0 [1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 183) booted in 0.05s, phase: 0 -[1] - Worker 33 (PID: 189) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 221) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 265) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 271) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 277) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 282) booted in 0.03s, phase: 0 -[1] - Worker 51 (PID: 288) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 294) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 300) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 306) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 313) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 318) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 324) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 330) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 342) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 348) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 354) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 222) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-comp/4096/roda.log b/site/static/logs/json-comp/4096/roda.log index 2af9d3eef..88ab34ea2 100644 --- a/site/static/logs/json-comp/4096/roda.log +++ b/site/static/logs/json-comp/4096/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.08s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 15) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 [1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 75) booted in 0.07s, phase: 0 -[1] - Worker 15 (PID: 80) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 86) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 92) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 +[1] - Worker 12 (PID: 60) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 86) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 97) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 [1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 130) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 137) booted in 0.06s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 176) booted in 0.06s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 138) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 [1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 [1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 221) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 227) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 233) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 249) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 265) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 271) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 276) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 283) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 294) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 301) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 326) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 343) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 356) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 361) booted in 0.02s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 221) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 227) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 232) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 237) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 344) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 350) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 356) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 363) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-comp/512/roda.log b/site/static/logs/json-comp/512/roda.log index fac0ee0fd..138564079 100644 --- a/site/static/logs/json-comp/512/roda.log +++ b/site/static/logs/json-comp/512/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 12) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 19) booted in 0.09s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 [1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 [1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 [1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 [1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 [1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 92) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 +[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 93) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.08s, phase: 0 [1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 [1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 124) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 [1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.06s, phase: 0 [1] - Worker 30 (PID: 173) booted in 0.06s, phase: 0 [1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 [1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 [1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 221) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 266) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 283) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 326) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 337) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 344) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 350) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 355) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.02s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 222) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-tls/4096/roda.log b/site/static/logs/json-tls/4096/roda.log index 6d9a304aa..02b1a905d 100644 --- a/site/static/logs/json-tls/4096/roda.log +++ b/site/static/logs/json-tls/4096/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 12) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 [1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 50) booted in 0.08s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 [1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 [1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 [1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 80) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 87) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 +[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 [1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 [1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 [1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 [1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 [1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 153) booted in 0.06s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 [1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 [1] - Worker 30 (PID: 173) booted in 0.06s, phase: 0 [1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 189) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 [1] - Worker 36 (PID: 206) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 221) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 233) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 249) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 264) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 270) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 276) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 282) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 288) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 294) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 300) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 306) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 318) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 324) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 330) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 342) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 348) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 354) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 221) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json/4096/roda.log b/site/static/logs/json/4096/roda.log index 0eeab8e99..6eeb1a261 100644 --- a/site/static/logs/json/4096/roda.log +++ b/site/static/logs/json/4096/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 [1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 93) booted in 0.08s, phase: 0 -[1] - Worker 18 (PID: 99) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 60) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 86) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 +[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 [1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.07s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 [1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 173) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 -[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 221) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 227) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 235) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.05s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 266) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 286) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 293) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 298) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 304) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 311) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 316) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 322) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 327) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 333) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 339) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 345) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 350) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 356) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 194) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 221) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 227) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/limited-conn/4096/roda.log b/site/static/logs/limited-conn/4096/roda.log index 9f16f3f4d..ee112e2d6 100644 --- a/site/static/logs/limited-conn/4096/roda.log +++ b/site/static/logs/limited-conn/4096/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 12) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.08s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 15) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.1s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.1s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.09s, phase: 0 [1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.07s, phase: 0 -[1] - Worker 14 (PID: 73) booted in 0.07s, phase: 0 -[1] - Worker 15 (PID: 79) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 86) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 90) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 118) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 136) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 176) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 222) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 228) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 249) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 264) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 273) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 277) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 283) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 290) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 320) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 325) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 332) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 338) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 343) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 350) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 355) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 361) booted in 0.02s, phase: 0 +[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 89) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 95) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 111) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 122) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 127) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 138) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 176) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 181) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 187) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 192) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 202) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 218) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 276) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 342) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/limited-conn/512/roda.log b/site/static/logs/limited-conn/512/roda.log index da4ab4906..0c34599c2 100644 --- a/site/static/logs/limited-conn/512/roda.log +++ b/site/static/logs/limited-conn/512/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 79) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 19) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 60) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 69) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 83) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 88) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 95) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 100) booted in 0.07s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.07s, phase: 0 [1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 124) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 [1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 +[1] - Worker 25 (PID: 138) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.06s, phase: 0 +[1] - Worker 28 (PID: 153) booted in 0.06s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 [1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 179) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 [1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 189) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 206) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 222) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 249) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 267) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 290) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 320) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 325) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 338) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 345) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 350) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 356) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.02s, phase: 0 +[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 +[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 220) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 227) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 242) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/pipelined/4096/roda.log b/site/static/logs/pipelined/4096/roda.log index 74b733860..795d3a135 100644 --- a/site/static/logs/pipelined/4096/roda.log +++ b/site/static/logs/pipelined/4096/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 11) booted in 0.1s, phase: 0 [1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 [1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 [1] - Worker 10 (PID: 50) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.08s, phase: 0 [1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 73) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 78) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.07s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 86) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.07s, phase: 0 [1] - Worker 18 (PID: 97) booted in 0.07s, phase: 0 [1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 [1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 [1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 118) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 124) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 [1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.06s, phase: 0 +[1] - Worker 28 (PID: 153) booted in 0.06s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 [1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 176) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 [1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 [1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 [1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 221) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 230) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 234) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 246) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 251) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 256) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 267) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 277) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 307) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 313) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 324) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 330) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 343) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 350) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 354) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 220) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 227) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 276) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/pipelined/512/roda.log b/site/static/logs/pipelined/512/roda.log index efdbb1a47..935edc1ed 100644 --- a/site/static/logs/pipelined/512/roda.log +++ b/site/static/logs/pipelined/512/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 11) booted in 0.1s, phase: 0 [1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 73) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 79) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.07s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 27) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.08s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 60) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 86) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 [1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 [1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 [1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 [1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 [1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 [1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 130) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.06s, phase: 0 [1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 173) booted in 0.06s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 [1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 190) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 +[1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 +[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 [1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 227) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 248) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 264) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 270) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 276) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 282) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 295) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 300) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 307) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 325) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 330) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 344) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 349) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 356) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 221) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 226) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/static/1024/roda.log b/site/static/logs/static/1024/roda.log index 31673a4ac..e450b11cf 100644 --- a/site/static/logs/static/1024/roda.log +++ b/site/static/logs/static/1024/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.08s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 [1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 75) booted in 0.07s, phase: 0 -[1] - Worker 15 (PID: 80) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 86) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 92) booted in 0.07s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 60) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 86) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 [1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 +[1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 [1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 [1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 [1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 [1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 153) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 176) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 229) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 234) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 266) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 271) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 277) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 295) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 301) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 325) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 342) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 356) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.02s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.06s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 220) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 226) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 232) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 237) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 242) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 248) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 258) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 264) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 276) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 281) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 342) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 348) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 354) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/static/4096/roda.log b/site/static/logs/static/4096/roda.log index c888a4ee8..d09db1d70 100644 --- a/site/static/logs/static/4096/roda.log +++ b/site/static/logs/static/4096/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 11) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 20) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.08s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 55) booted in 0.08s, phase: 0 [1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.07s, phase: 0 -[1] - Worker 14 (PID: 73) booted in 0.07s, phase: 0 -[1] - Worker 15 (PID: 79) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 84) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 97) booted in 0.07s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 85) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 [1] - Worker 19 (PID: 103) booted in 0.07s, phase: 0 [1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 113) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.07s, phase: 0 [1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 [1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 130) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 137) booted in 0.06s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 148) booted in 0.06s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 [1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 [1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.05s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 +[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 248) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 264) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 271) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 277) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 283) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 294) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 300) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 306) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 326) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 337) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 342) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 349) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 354) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 220) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 227) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 343) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/static/6800/roda.log b/site/static/logs/static/6800/roda.log index e9f341a9f..8931cdd3a 100644 --- a/site/static/logs/static/6800/roda.log +++ b/site/static/logs/static/6800/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 42) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 47) booted in 0.08s, phase: 0 -[1] - Worker 10 (PID: 52) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 57) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.07s, phase: 0 -[1] - Worker 14 (PID: 74) booted in 0.07s, phase: 0 -[1] - Worker 15 (PID: 80) booted in 0.07s, phase: 0 -[1] - Worker 16 (PID: 86) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 94) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 99) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 105) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.06s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.06s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.11s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.11s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.1s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.1s, phase: 0 +[1] - Worker 7 (PID: 37) booted in 0.1s, phase: 0 +[1] - Worker 8 (PID: 42) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 61) booted in 0.09s, phase: 0 +[1] - Worker 13 (PID: 69) booted in 0.09s, phase: 0 +[1] - Worker 14 (PID: 75) booted in 0.09s, phase: 0 +[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 103) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 108) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 125) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 142) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 [1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.05s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.04s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 248) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 254) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 264) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 270) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 276) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 282) booted in 0.03s, phase: 0 -[1] - Worker 51 (PID: 288) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 294) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 300) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 306) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 318) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 324) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 330) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 336) booted in 0.02s, phase: 0 -[1] - Worker 60 (PID: 342) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 348) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 354) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.06s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 218) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 224) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 240) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 266) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 293) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 299) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 305) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 310) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 315) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 321) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 327) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 333) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 339) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 344) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 350) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 361) booted in 0.03s, phase: 0 diff --git a/site/static/logs/upload/256/roda.log b/site/static/logs/upload/256/roda.log index 319521fa7..44f7a44af 100644 --- a/site/static/logs/upload/256/roda.log +++ b/site/static/logs/upload/256/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.1s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.1s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.09s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.09s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 19) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 27) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 54) booted in 0.09s, phase: 0 [1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 [1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 [1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 89) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 95) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 100) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 107) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 113) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 118) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 124) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 129) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 135) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 140) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 146) booted in 0.06s, phase: 0 -[1] - Worker 27 (PID: 150) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 174) booted in 0.06s, phase: 0 +[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 172) booted in 0.06s, phase: 0 [1] - Worker 31 (PID: 177) booted in 0.06s, phase: 0 [1] - Worker 32 (PID: 183) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 188) booted in 0.05s, phase: 0 -[1] - Worker 34 (PID: 194) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 200) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 204) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 210) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.04s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.04s, phase: 0 -[1] - Worker 44 (PID: 248) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 259) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 265) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 271) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 290) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 320) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 326) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 332) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 338) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 344) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 349) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 355) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 360) booted in 0.02s, phase: 0 +[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 194) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 199) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 210) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 215) booted in 0.06s, phase: 0 +[1] - Worker 39 (PID: 220) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 226) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 292) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 305) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 310) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 316) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 322) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 328) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 334) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 339) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 344) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 363) booted in 0.03s, phase: 0 diff --git a/site/static/logs/upload/32/roda.log b/site/static/logs/upload/32/roda.log index eba9976b4..56acc359e 100644 --- a/site/static/logs/upload/32/roda.log +++ b/site/static/logs/upload/32/roda.log @@ -14,67 +14,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.09s, phase: 0 -[1] - Worker 1 (PID: 12) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.09s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.09s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.09s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 8) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 11) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 19) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 24) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 28) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 32) booted in 0.09s, phase: 0 [1] - Worker 7 (PID: 36) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.09s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.08s, phase: 0 -[1] - Worker 9 (PID: 45) booted in 0.08s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 75) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 81) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 87) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 93) booted in 0.07s, phase: 0 -[1] - Worker 18 (PID: 98) booted in 0.07s, phase: 0 -[1] - Worker 19 (PID: 104) booted in 0.07s, phase: 0 -[1] - Worker 20 (PID: 109) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.07s, phase: 0 -[1] - Worker 22 (PID: 120) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.07s, phase: 0 +[1] - Worker 8 (PID: 40) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 50) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 56) booted in 0.09s, phase: 0 +[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 67) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 80) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 85) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 92) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 98) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 103) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 108) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 114) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 119) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 125) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 131) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 137) booted in 0.07s, phase: 0 [1] - Worker 26 (PID: 143) booted in 0.07s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.06s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.06s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.06s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 176) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 182) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 189) booted in 0.06s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.05s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.05s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.05s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 -[1] - Worker 38 (PID: 215) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 220) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 226) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 232) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.05s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.05s, phase: 0 -[1] - Worker 44 (PID: 251) booted in 0.04s, phase: 0 -[1] - Worker 45 (PID: 256) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 -[1] - Worker 47 (PID: 266) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 290) booted in 0.03s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 307) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 313) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 319) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 325) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 338) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 345) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 356) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.02s, phase: 0 +[1] - Worker 27 (PID: 148) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 153) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 162) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 216) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 222) booted in 0.06s, phase: 0 +[1] - Worker 40 (PID: 227) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 232) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 259) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 265) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 271) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 277) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 290) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 296) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 307) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 312) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 331) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 342) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 355) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 360) booted in 0.04s, phase: 0